mirror of
https://github.com/duma799/hyprduma-config.git
synced 2026-05-13 14:11:01 +00:00
Add HJKL alternatives for all arrow-key bindings
This commit is contained in:
@@ -347,6 +347,8 @@ bind = $mainMod SHIFT, 0, movetoworkspace, 10
|
||||
|
||||
bind = $mainMod SHIFT, left, movetoworkspace, r-1
|
||||
bind = $mainMod SHIFT, right, movetoworkspace, r+1
|
||||
bind = $mainMod SHIFT, H, movetoworkspace, r-1
|
||||
bind = $mainMod SHIFT, L, movetoworkspace, r+1
|
||||
|
||||
bind = $mainMod CTRL, 1, movetoworkspacesilent, 1
|
||||
bind = $mainMod CTRL, 2, movetoworkspacesilent, 2
|
||||
@@ -361,6 +363,8 @@ bind = $mainMod CTRL, 0, movetoworkspacesilent, 10
|
||||
|
||||
bind = $mainMod CTRL, left, movetoworkspacesilent, r-1
|
||||
bind = $mainMod CTRL, right, movetoworkspacesilent, r+1
|
||||
bind = $mainMod CTRL, H, movetoworkspacesilent, r-1
|
||||
bind = $mainMod CTRL, L, movetoworkspacesilent, r+1
|
||||
|
||||
bind = $mainMod, mouse_down, workspace, e+1
|
||||
bind = $mainMod, mouse_up, workspace, e-1
|
||||
@@ -370,6 +374,10 @@ bind = $mainMod2, left, movefocus, l
|
||||
bind = $mainMod2, right, movefocus, r
|
||||
bind = $mainMod2, up, movefocus, u
|
||||
bind = $mainMod2, down, movefocus, d
|
||||
bind = $mainMod2, H, movefocus, l
|
||||
bind = $mainMod2, L, movefocus, r
|
||||
bind = $mainMod2, K, movefocus, u
|
||||
bind = $mainMod2, J, movefocus, d
|
||||
|
||||
bind = $mainMod2, TAB, cyclenext
|
||||
bind = $mainMod, TAB, cyclenext, prev
|
||||
@@ -378,11 +386,19 @@ bind = $mainMod2 CTRL, left, resizeactive, -50 0
|
||||
bind = $mainMod2 CTRL, right, resizeactive, 50 0
|
||||
bind = $mainMod2 CTRL, up, resizeactive, 0 -50
|
||||
bind = $mainMod2 CTRL, down, resizeactive, 0 50
|
||||
bind = $mainMod2 CTRL, H, resizeactive, -50 0
|
||||
bind = $mainMod2 CTRL, L, resizeactive, 50 0
|
||||
bind = $mainMod2 CTRL, K, resizeactive, 0 -50
|
||||
bind = $mainMod2 CTRL, J, resizeactive, 0 50
|
||||
|
||||
bind = $mainMod2 SHIFT, left, movewindow, l
|
||||
bind = $mainMod2 SHIFT, right, movewindow, r
|
||||
bind = $mainMod2 SHIFT, up, movewindow, u
|
||||
bind = $mainMod2 SHIFT, down, movewindow, d
|
||||
bind = $mainMod2 SHIFT, H, movewindow, l
|
||||
bind = $mainMod2 SHIFT, L, movewindow, r
|
||||
bind = $mainMod2 SHIFT, K, movewindow, u
|
||||
bind = $mainMod2 SHIFT, J, movewindow, d
|
||||
|
||||
bindm = $mainMod, mouse:272, movewindow
|
||||
bindm = $mainMod, mouse:273, resizewindow
|
||||
|
||||
Reference in New Issue
Block a user