Update configs

This commit is contained in:
alvinlollo
2026-01-21 17:57:40 -08:00
parent 91532be9f6
commit 9bc4082e02
2 changed files with 9 additions and 44 deletions
+9 -4
View File
@@ -97,6 +97,12 @@ bind = Super, Down, movefocus, d # [hidden]
bind = Super, BracketLeft, movefocus, l # [hidden]
bind = Super, BracketRight, movefocus, r # [hidden]
#/# bind = Ctrl+Super, ←/↑/↓/→, # Move Focused window
bind = Ctrl+Super, Left, movewindow, l # [hidden]
bind = Ctrl+Super, Right, movewindow, r # [hidden]
bind = Ctrl+Super, Up, movewindow, u # [hidden]
bind = Ctrl+Super, Down, movewindow, d # [hidden]
# Window Resize
binde = Super+Shift, Right, resizeactive, 20 0 # [hidden]
binde = Super+Shift, Left, resizeactive, -20 0 # [hidden]
@@ -111,7 +117,7 @@ binde = Super+Shift, Down, resizeactive, 0 20 # [hidden]
bind = Alt, F4, killactive, # [hidden] Close (Windows)
bind = Super, Q, killactive, # Close
bind = Super+Shift+Alt, Q, exec, hyprctl kill # Forcefully zap a window
bind = Super+Ctrl+Shift, Q, exec, hyprctl kill # Forcefully kill a window
# Window split ratio
#/# binde = Super, ;/',, # Adjust split ratio
@@ -178,9 +184,8 @@ bind = Super, code:17, exec, ~/.config/hypr/hyprland/scripts/workspace_action.sh
bind = Super, code:18, exec, ~/.config/hypr/hyprland/scripts/workspace_action.sh workspace 9 # [hidden]
bind = Super, code:19, exec, ~/.config/hypr/hyprland/scripts/workspace_action.sh workspace 10 # [hidden]
#/# bind = Ctrl+Super, ←/→,, # Focus left/right
bind = Ctrl+Super, Right, workspace, r+1 # [hidden]
bind = Ctrl+Super, Left, workspace, r-1 # [hidden]
#bind = Ctrl+Super, Right, workspace, r+1 # [hidden]
#bind = Ctrl+Super, Left, workspace, r-1 # [hidden]
#/# bind = Ctrl+Super+Alt, ←/→,, # [hidden] Focus busy left/right
bind = Ctrl+Super+Alt, Right, workspace, m+1 # [hidden]
bind = Ctrl+Super+Alt, Left, workspace, m-1 # [hidden]