From 5a54d79b92386037153ab0dffc4847c6e9b2815c Mon Sep 17 00:00:00 2001 From: Bloxx12 Date: Wed, 9 Apr 2025 15:31:18 +0200 Subject: [PATCH] hyprland/settings.nix: suppress startup errors --- modules/wms/wayland/hyprland/settings.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/wms/wayland/hyprland/settings.nix b/modules/wms/wayland/hyprland/settings.nix index bab7083..624a0f3 100644 --- a/modules/wms/wayland/hyprland/settings.nix +++ b/modules/wms/wayland/hyprland/settings.nix @@ -57,6 +57,9 @@ in { no_border_on_floating = true; }; + # No annoying startup errors + debug.suppress_errors = true; + ecosystem.no_update_news = true; plugin = {