From 914120e33017b8073728ecfd2b73bf869c9cc041 Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Sun, 12 Oct 2025 01:18:36 +0200 Subject: [PATCH] hyprland: Disable project popups --- modules/home/de/hyprland/settings.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/home/de/hyprland/settings.nix b/modules/home/de/hyprland/settings.nix index fcb3221..86ed98b 100644 --- a/modules/home/de/hyprland/settings.nix +++ b/modules/home/de/hyprland/settings.nix @@ -66,6 +66,11 @@ cursor.inactive_timeout = 10; + ecosystem = { + no_update_news = true; + no_donation_nag = true; + }; + workspace = [ # No outer gaps when only one tiled window on normal workspaces "w[t1]s[false], gapsout:0"