diff --git a/modules/home/hyprland/keybinds.nix b/modules/home/hyprland/keybinds.nix index f0bb07e..7f04038 100644 --- a/modules/home/hyprland/keybinds.nix +++ b/modules/home/hyprland/keybinds.nix @@ -55,6 +55,9 @@ ${lib.concatMapStringsSep "\n" ( n: "bind = SUPER SHIFT, ${toString n}, movetoworkspacesilent, ${toString n}" ) (lib.range 1 9)} + ${lib.concatMapStringsSep "\n" ( + n: "bind = SUPER CONTROL, ${toString n}, movetoworkspace, ${toString n}" + ) (lib.range 1 9)} # Scroll through workspaces bind = SUPER, mouse_down, workspace, e-1