From e6880124dd9f69429df3ef78b747c75baf9db279 Mon Sep 17 00:00:00 2001 From: mekb Date: Fri, 10 Jan 2025 09:23:12 +1100 Subject: [PATCH] :wrench: Suppress Hyprland update notification --- hyprland.conf.d/misc.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hyprland.conf.d/misc.conf b/hyprland.conf.d/misc.conf index bfdee75..85c2bd9 100644 --- a/hyprland.conf.d/misc.conf +++ b/hyprland.conf.d/misc.conf @@ -9,3 +9,7 @@ xwayland { use_nearest_neighbor = true force_zero_scaling = true } + +ecosystem { + no_update_news = true +}