diff --git a/home/jonas/hyprland/config.nix b/home/jonas/hyprland/config.nix index 892d125..125b650 100644 --- a/home/jonas/hyprland/config.nix +++ b/home/jonas/hyprland/config.nix @@ -47,15 +47,16 @@ builtins.concatLists (builtins.genList ( x: let ws = let - c = (x + 1) / 10; + c = (x + 1) / 8; in - builtins.toString (x + 1 - (c * 10)); + builtins.toString (x + 1 - (c * 8)); in [ "$mod, ${ws}, workspace, ${toString (x + 1)}" "$mod SHIFT, ${ws}, movetoworkspace, ${toString (x + 1)}" + "$mod CTRL, ${ws}, movetoworkspacesilent, ${toString (x + 1)}" ] ) - 10) + 8) ); # See https://wiki.hyprland.org/Configuring/Monitors/ monitor = ",preferred,auto,1";