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"