diff --git a/dots/hyprland/hyprland.conf b/dots/hyprland/hyprland.conf index 0586576..0902bba 100644 --- a/dots/hyprland/hyprland.conf +++ b/dots/hyprland/hyprland.conf @@ -330,10 +330,15 @@ bind = $mainMod SHIFT, 9, movetoworkspace, 9 bind = $mainMod SHIFT, 0, movetoworkspace, 10 # move window -bind = $mainMod SHIFT, left, movewindoworgroup, l -bind = $mainMod SHIFT, right, movewindoworgroup, r -bind = $mainMod SHIFT, up, movewindoworgroup, u -bind = $mainMod SHIFT, down, movewindoworgroup, d +#bind = $mainMod SHIFT, left, movewindoworgroup, l +#bind = $mainMod SHIFT, right, movewindoworgroup, r +#bind = $mainMod SHIFT, up, movewindoworgroup, u +#bind = $mainMod SHIFT, down, movewindoworgroup, d + +bind = $mainMod SHIFT, left, movewindow, l, mon:current +bind = $mainMod SHIFT, right, movewindow, r, mon:current +bind = $mainMod SHIFT, up, movewindow, u, mon:current +bind = $mainMod SHIFT, down, movewindow, d, mon:current # move floating window bind = $mainMod ALT, left, moveactive, -40 0