diff --git a/modules/home/gui/desktop/hypr/land/config/bind-user0.nix b/modules/home/gui/desktop/hypr/land/config/bind-user0.nix index b7e9549..ec09490 100755 --- a/modules/home/gui/desktop/hypr/land/config/bind-user0.nix +++ b/modules/home/gui/desktop/hypr/land/config/bind-user0.nix @@ -40,11 +40,7 @@ let superShiftBinds = builtins.map (x: "SUPER SHIFT, " + x) [ # Super+shift binds - # Window Move - "C, movewindow, l" - "A, movewindow, u" - "E, movewindow, d" - "I, movewindow, r" + # Quick Action "T, exec, ghostty" "S, exec, flameshot gui" @@ -61,15 +57,21 @@ let ]; superCtrlBinds = builtins.map (x: "SUPER CTRL, " + x) [ # Super+shift binds + + ]; + + altBinds = builtins.map (x: "CTRL ALT, " + x) [ + # Alt binds "1, movetoworkspacesilent, 1" "2, movetoworkspacesilent, 2" "3, movetoworkspacesilent, 3" "4, movetoworkspacesilent, 4" "5, movetoworkspacesilent, 5" - ]; - - altBinds = builtins.map (x: "ALT, " + x) [ - # Alt binds + # Window Move + "C, movewindow, l" + "A, movewindow, u" + "E, movewindow, d" + "I, movewindow, r" ]; shiftBinds = builtins.map (x: "SHIFT, " + x) [