hyprland: smw disable_notifications
This commit is contained in:
parent
19832c3a40
commit
5a03dedcc0
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue