diff --git a/README.org b/README.org index 40e84e4..4251da1 100644 --- a/README.org +++ b/README.org @@ -596,6 +596,13 @@ bind = $mainMod SHIFT, K, movewindow, u bind = $mainMod SHIFT, J, movewindow, d #+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 #+BEGIN_SRC conf :tangle hyprland.conf diff --git a/hyprland.conf b/hyprland.conf index dcb3110..2cc7535 100644 --- a/hyprland.conf +++ b/hyprland.conf @@ -242,6 +242,9 @@ bind = $mainMod SHIFT, L, movewindow, r bind = $mainMod SHIFT, K, movewindow, u 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:273, resizewindow