diff --git a/modules/home/environment/hyprland/config.nix b/modules/home/environment/hyprland/config.nix index 584c49f..3ac43d0 100644 --- a/modules/home/environment/hyprland/config.nix +++ b/modules/home/environment/hyprland/config.nix @@ -172,6 +172,10 @@ in "super, l, movefocus, r" "super, k, movefocus, u" "super, j, movefocus, d" + "super shift, h, movewindow, l" + "super shift, l, movewindow, r" + "super shift, k, movewindow, u" + "super shift, j, movewindow, d" "super, d, exec, switchmon" "super, 1, exec, hyprctl 'dispatch workspace 1'" "super, 2, exec, hyprctl 'dispatch workspace 2'"