From ea0d486f98c9a6e08667fb4f28f5c44f3485f39e Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Mon, 19 May 2025 08:37:18 +0200 Subject: [PATCH] Disable popups --- hypr/hyprland.conf | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index cccb7f6..54373b1 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -193,8 +193,8 @@ input { numlock_by_default = true touchpad { - natural_scroll = false, - tap-to-click = false, + natural_scroll = false + tap-to-click = false } } @@ -210,6 +210,14 @@ device { sensitivity = -0.5 } +################# +### ECOSYSTEM ### +################# +ecosystem { + no_update_news = true + no_donation_nag = true +} + ################### ### KEYBINDINGS ###