From 2de14e5223f4520d0f94540503074175d2df8e29 Mon Sep 17 00:00:00 2001 From: "committer@tuxwarrior" Date: Thu, 26 Feb 2026 14:15:06 -0500 Subject: [PATCH] u --- dots/hyprland/hyprland.conf | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) 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