Added keybinds for moving windows; Super + Shift + {hjkl}

This commit is contained in:
pagedmov
2024-10-29 10:51:01 -04:00
parent 560546336f
commit c9855b6f6e

View File

@@ -172,6 +172,10 @@ in
"super, l, movefocus, r"
"super, k, movefocus, u"
"super, j, movefocus, d"
"super shift, h, movewindow, l"
"super shift, l, movewindow, r"
"super shift, k, movewindow, u"
"super shift, j, movewindow, d"
"super, d, exec, switchmon"
"super, 1, exec, hyprctl 'dispatch workspace 1'"
"super, 2, exec, hyprctl 'dispatch workspace 2'"