From a07d57f4c7d48ed7caa0e2d525f0daac0ae66cc9 Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Wed, 5 Jun 2024 15:49:13 +0200 Subject: [PATCH] Add non silent movetoworkspace keybind --- modules/home/hyprland/keybinds.nix | 3 +++ 1 file changed, 3 insertions(+) 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