hyprland: smw disable_notifications

This commit is contained in:
Zynh Ludwig 2025-03-20 02:41:29 -07:00
parent 19832c3a40
commit 5a03dedcc0

View file

@ -206,7 +206,7 @@ in
split-monitor-workspaces = lib.mkIf cfg.split-monitor-workspaces { split-monitor-workspaces = lib.mkIf cfg.split-monitor-workspaces {
count = 10; count = 10;
keep_focused = 10; keep_focused = 10;
enable_notifications = 1; enable_notifications = 0;
enable_persistent_workspaces = 0; enable_persistent_workspaces = 0;
}; };
}; };