some more useful Hyprland keybinds
This commit is contained in:
@@ -306,6 +306,16 @@ bind = $mainMod, l, movefocus, r
|
|||||||
bind = $mainMod, k, movefocus, u
|
bind = $mainMod, k, movefocus, u
|
||||||
bind = $mainMod, j, movefocus, d
|
bind = $mainMod, j, movefocus, d
|
||||||
|
|
||||||
|
# Move windows with mainMod + WASD or Vim-style
|
||||||
|
bind = $mainMod SHIFT, a, movewindow, l
|
||||||
|
bind = $mainMod SHIFT, d, movewindow, r
|
||||||
|
bind = $mainMod SHIFT, w, movewindow, u
|
||||||
|
bind = $mainMod SHIFT, s, movewindow, d
|
||||||
|
bind = $mainMod SHIFT, h, movewindow, l
|
||||||
|
bind = $mainMod SHIFT, l, movewindow, r
|
||||||
|
bind = $mainMod SHIFT, k, movewindow, u
|
||||||
|
bind = $mainMod SHIFT, j, movewindow, d
|
||||||
|
|
||||||
# Resize focused window with mainMod + Arrows
|
# Resize focused window with mainMod + Arrows
|
||||||
bind = $mainMod, left, resizeactive, -10 0
|
bind = $mainMod, left, resizeactive, -10 0
|
||||||
bind = $mainMod, right, resizeactive, 10 0
|
bind = $mainMod, right, resizeactive, 10 0
|
||||||
|
|||||||
Reference in New Issue
Block a user