From 43b972836c1a02cd23695bd095598d16026c057a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolphe=20Br=C3=A9ard?= Date: Mon, 3 Feb 2025 10:18:13 +0100 Subject: [PATCH 1/2] Disable update news --- .config/hypr/hyprland.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index e68627e..c2d63b9 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -203,6 +203,10 @@ device { sensitivity = -0.5 } +# https://wiki.hyprland.org/Configuring/Variables/#ecosystem +ecosystem { + no_update_news = true +} ################### ### KEYBINDINGS ### From 6e54d1919589acd275d3bb52b32eb42ec1a64313 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolphe=20Br=C3=A9ard?= Date: Mon, 3 Feb 2025 10:19:27 +0100 Subject: [PATCH 2/2] Disable the donation nag --- .config/hypr/hyprland.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index c2d63b9..a87e1bc 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -206,6 +206,7 @@ device { # https://wiki.hyprland.org/Configuring/Variables/#ecosystem ecosystem { no_update_news = true + no_donation_nag = true } ###################