diff --git a/modules/wm/hyprland/config/hypr/keybinds.conf b/modules/wm/hyprland/config/hypr/keybinds.conf index 3423788..a21d656 100644 --- a/modules/wm/hyprland/config/hypr/keybinds.conf +++ b/modules/wm/hyprland/config/hypr/keybinds.conf @@ -15,6 +15,11 @@ bind = $mainMod, L, movefocus, r bind = $mainMod, K, movefocus, u bind = $mainMod, J, movefocus, d +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, 1, workspace, 1 bind = $mainMod, 2, workspace, 2 bind = $mainMod, 3, workspace, 3