From 4e213a0da5ee45d50e08b4483b49079c5c279ce4 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Wed, 22 May 2024 12:31:53 +0300 Subject: [PATCH] Fix workspace switching --- modules/hyprland/hyprland.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/hyprland/hyprland.nix b/modules/hyprland/hyprland.nix index 0bbcad9..46e77cd 100644 --- a/modules/hyprland/hyprland.nix +++ b/modules/hyprland/hyprland.nix @@ -94,7 +94,9 @@ in desktopSystemConfiguration { (map (n: [ "SUPER , ${toString n}, workspace , ${toString n}" "SUPER+ALT, ${toString n}, movetoworkspacesilent, ${toString n}" - ]) (range [ 1 10 ])) + ]) (range 1 9)) + "SUPER , 0, workspace , 10" + "SUPER+ALT, 0, movetoworkspacesilent, 10" "SUPER+ALT, left , movewindow, l" "SUPER+ALT, down , movewindow, d"