From bca833bffd0eff505fde29cf5fb7b595fa3fe2c1 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Tue, 10 Jun 2025 02:39:01 +0200 Subject: [PATCH] fix: disable annoying popups (hyprland is still stupid) --- modules/home/hyprland/config.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/home/hyprland/config.nix b/modules/home/hyprland/config.nix index 93539ff..fb01bb9 100644 --- a/modules/home/hyprland/config.nix +++ b/modules/home/hyprland/config.nix @@ -118,6 +118,12 @@ animate_manual_resizes = false; enable_swallow = true; focus_on_activate = true; + enable_anr_dialog = false; + }; + + ecosystem = { + no_update_news = true; + no_donation_nag = true; }; dwindle = {