hyprland/settings.nix: suppress startup errors

This commit is contained in:
Bloxx12 2025-04-09 15:31:18 +02:00
commit 5a54d79b92

View file

@ -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 = {