From 722e3e6baca74c42ec6a0ecbc728386952288c4e Mon Sep 17 00:00:00 2001 From: "Reid \"reidlab" Date: Sun, 9 Jun 2024 23:00:28 -0700 Subject: [PATCH] opt out inital workspace tracking --- modules/desktop/hyprland.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/desktop/hyprland.nix b/modules/desktop/hyprland.nix index 34d84dc..7c6ff43 100644 --- a/modules/desktop/hyprland.nix +++ b/modules/desktop/hyprland.nix @@ -268,6 +268,8 @@ in { force_default_wallpaper = 0; disable_splash_rendering = true; disable_hyprland_logo = true; + + initial_workspace_tracking = 0; }; };