From 805e13af18adbf3365050034b32f2e13ad96dc2c Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Tue, 2 Sep 2025 11:10:39 +0200 Subject: [PATCH] Hyprland: Removed hyprpaper from exec-once It's already configured as a user systemd service --- modules/hm/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hm/hyprland.nix b/modules/hm/hyprland.nix index 384e774..a88f378 100644 --- a/modules/hm/hyprland.nix +++ b/modules/hm/hyprland.nix @@ -110,7 +110,7 @@ in "noti -t 'Hyprland' -m 'New config loaded\!'" ]; exec-once = [ - "hyprpaper" + # "hyprpaper" # "swww init" ]; # exec-shutdown = [ ];