Add keybinding for moving windows between monitors
This commit is contained in:
@@ -596,6 +596,13 @@ bind = $mainMod SHIFT, K, movewindow, u
|
|||||||
bind = $mainMod SHIFT, J, movewindow, d
|
bind = $mainMod SHIFT, J, movewindow, d
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
Move windows to monitors with mainMod + SHIFT + <>
|
||||||
|
|
||||||
|
#+BEGIN_SRC conf :tangle hyprland.conf
|
||||||
|
bind = $mainMod SHIFT, period, movewindow, mon:+1
|
||||||
|
bind = $mainMod SHIFT, comma, movewindow, mon:-1
|
||||||
|
#+END_SRC
|
||||||
|
|
||||||
Move/resize windows with mainMod + LMB/RMB and dragging
|
Move/resize windows with mainMod + LMB/RMB and dragging
|
||||||
|
|
||||||
#+BEGIN_SRC conf :tangle hyprland.conf
|
#+BEGIN_SRC conf :tangle hyprland.conf
|
||||||
|
@@ -242,6 +242,9 @@ bind = $mainMod SHIFT, L, movewindow, r
|
|||||||
bind = $mainMod SHIFT, K, movewindow, u
|
bind = $mainMod SHIFT, K, movewindow, u
|
||||||
bind = $mainMod SHIFT, J, movewindow, d
|
bind = $mainMod SHIFT, J, movewindow, d
|
||||||
|
|
||||||
|
bind = $mainMod SHIFT, period, movewindow, mon:+1
|
||||||
|
bind = $mainMod SHIFT, comma, movewindow, mon:-1
|
||||||
|
|
||||||
bindm = $mainMod, mouse:272, movewindow
|
bindm = $mainMod, mouse:272, movewindow
|
||||||
bindm = $mainMod, mouse:273, resizewindow
|
bindm = $mainMod, mouse:273, resizewindow
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user