From b20666b8d52ece60e014fbdb93107121feca61bf Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Tue, 2 Sep 2025 11:19:30 +0200 Subject: [PATCH] Hyprland: remove reload configuration notification --- modules/hm/hyprland.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/modules/hm/hyprland.nix b/modules/hm/hyprland.nix index a88f378..b1389ed 100644 --- a/modules/hm/hyprland.nix +++ b/modules/hm/hyprland.nix @@ -104,11 +104,10 @@ in touchpad.natural_scroll = true; }; - exec = (lib.lists.optionals (hostName == "thor") [ + exec = lib.lists.optionals (hostName == "thor") [ "xrandr --output DP-1 --primary" - ]) ++ [ - "noti -t 'Hyprland' -m 'New config loaded\!'" ]; + exec-once = [ # "hyprpaper" # "swww init"