hyprland/settings.nix: suppress startup errors
This commit is contained in:
parent
6e70e952e2
commit
5a54d79b92
1 changed files with 3 additions and 0 deletions
|
@ -57,6 +57,9 @@ in {
|
||||||
no_border_on_floating = true;
|
no_border_on_floating = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# No annoying startup errors
|
||||||
|
debug.suppress_errors = true;
|
||||||
|
|
||||||
ecosystem.no_update_news = true;
|
ecosystem.no_update_news = true;
|
||||||
|
|
||||||
plugin = {
|
plugin = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue