Hyprland: remove reload configuration notification

This commit is contained in:
Filippo Berto 2025-09-02 11:19:30 +02:00
parent 805e13af18
commit b20666b8d5
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED

View file

@ -104,11 +104,10 @@ in
touchpad.natural_scroll = true; touchpad.natural_scroll = true;
}; };
exec = (lib.lists.optionals (hostName == "thor") [ exec = lib.lists.optionals (hostName == "thor") [
"xrandr --output DP-1 --primary" "xrandr --output DP-1 --primary"
]) ++ [
"noti -t 'Hyprland' -m 'New config loaded\!'"
]; ];
exec-once = [ exec-once = [
# "hyprpaper" # "hyprpaper"
# "swww init" # "swww init"