Move windows with vim keys

This commit is contained in:
Sravan Balaji 2024-02-27 21:01:33 -05:00
parent 9a6cc83c19
commit 47dff95223
2 changed files with 14 additions and 0 deletions

View File

@ -352,6 +352,15 @@ bindm = $mainMod, mouse:272, movewindow
bindm = $mainMod, mouse:273, resizewindow
#+END_SRC
Move windows with mainMod + SHIFT + vim keys (h,j,k,l)
#+BEGIN_SRC conf :tangle hyprland.conf
bind = $mainMod SHIFT, H, movewindow, l
bind = $mainMod SHIFT, L, movewindow, r
bind = $mainMod SHIFT, K, movewindow, u
bind = $mainMod SHIFT, J, movewindow, d
#+END_SRC
*** Application Specific
**** SwayNotificationCenter

View File

@ -155,4 +155,9 @@ bind = $mainMod, mouse_up, workspace, e-1
bindm = $mainMod, mouse:272, movewindow
bindm = $mainMod, mouse:273, resizewindow
bind = $mainMod SHIFT, H, movewindow, l
bind = $mainMod SHIFT, L, movewindow, r
bind = $mainMod SHIFT, K, movewindow, u
bind = $mainMod SHIFT, J, movewindow, d
bind = $mainMod SHIFT, N, exec, $notification-center