diff --git a/hm/modules/linux/desktop-environment/hyprland/default.nix b/hm/modules/linux/desktop-environment/hyprland/default.nix index 75361aa..341545b 100644 --- a/hm/modules/linux/desktop-environment/hyprland/default.nix +++ b/hm/modules/linux/desktop-environment/hyprland/default.nix @@ -79,6 +79,9 @@ in enable = true; plugins = [ pkgs.hyprlandPlugins.hyprscroller ]; settings = { + exec-once = [ + "hyprctl dispatch workspace 100000" + ]; "$mod" = "SUPER"; "$Left" = "H"; "$Right" = "L";