feat: hyprland, neovim, zsh changes

This commit is contained in:
2026-01-17 13:43:34 -05:00
parent 01f32d795c
commit 23a642f6f7
11 changed files with 71 additions and 33 deletions

View File

@@ -59,7 +59,7 @@
"col.inactive_border" = "rgba(595959aa)";
# Set to true enable resizing windows by clicking and dragging on borders and gaps
resize_on_border = false;
resize_on_border = true;
# Please see https://wiki.hyprland.org/Configuring/Tearing/ before you turn this on
allow_tearing = false;
@@ -192,7 +192,7 @@
"$mainMod, F, fullscreen"
# bind = $mainMod, J, togglesplit, # dwindle
"$mainMod SHIFT, L, exec, ${scripts.lock}"
"$mainMod SHIFT, Q, exec, ${scripts.lock}"
# Move focus with mainMod + arrow keys
"$mainMod, H, movefocus, l"
@@ -200,6 +200,12 @@
"$mainMod, K, movefocus, u"
"$mainMod, J, movefocus, d"
# Swap window with mainMod + shift + arrow keys
"$mainMod SHIFT, H, swapwindow, l"
"$mainMod SHIFT, L, swapwindow, r"
"$mainMod SHIFT, K, swapwindow, u"
"$mainMod SHIFT, J, swapwindow, d"
# Switch workspaces with mainMod + [0-9]
"$mainMod, 1, workspace, 1"
"$mainMod, 2, workspace, 2"

View File

@@ -11,7 +11,6 @@
"bluetooth",
"network",
"pulseaudio",
"cpu",
"battery"
],
"hyprland/workspaces": {
@@ -29,14 +28,13 @@
"8": "8",
"9": "9",
"10": "0",
"active": "󱓻"
"active": ""
},
"persistent-workspaces": {
"1": [],
"2": [],
"3": [],
"4": [],
"5": []
"4": []
}
},
"custom/logo": {
@@ -45,12 +43,6 @@
"on-click-right": "xdg-terminal-exec",
"tooltip-format": ""
},
"cpu": {
"interval": 5,
"format": "󰍛",
"on-click": "omarchy-launch-or-focus-tui btop",
"on-click-right": "alacritty"
},
"clock": {
"format": "{:L%A %I:%M}",
"format-alt": "{:L%d %B W%V %Y}",