From d7efa501fc8046127ba515791c0dddee2a1f45ad Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Sat, 27 Sep 2025 14:46:20 +0200 Subject: [PATCH] Home/Hyprland: Disable Hyprspace --- home/christoph/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/christoph/hyprland.nix b/home/christoph/hyprland.nix index 5f0b9001..fb3de9f7 100644 --- a/home/christoph/hyprland.nix +++ b/home/christoph/hyprland.nix @@ -8,7 +8,7 @@ bars.enable = false; dynamicCursor.enable = false; trails.enable = true; - hyprspace.enable = true; + hyprspace.enable = false; # Always broken keybindings = { main-mod = "SUPER";