From c9855b6f6ea448ed0c03c82e0bb4b253d2923d3b Mon Sep 17 00:00:00 2001 From: pagedmov Date: Tue, 29 Oct 2024 10:51:01 -0400 Subject: [PATCH] Added keybinds for moving windows; Super + Shift + {hjkl} --- modules/home/environment/hyprland/config.nix | 4 ++++ 1 file changed, 4 insertions(+) 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'"