Hyprland: Removed hyprpaper from exec-once

It's already configured as a user systemd service
This commit is contained in:
Filippo Berto 2025-09-02 11:10:39 +02:00
parent 6337046288
commit 805e13af18
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED

View file

@ -110,7 +110,7 @@ in
"noti -t 'Hyprland' -m 'New config loaded\!'" "noti -t 'Hyprland' -m 'New config loaded\!'"
]; ];
exec-once = [ exec-once = [
"hyprpaper" # "hyprpaper"
# "swww init" # "swww init"
]; ];
# exec-shutdown = [ ]; # exec-shutdown = [ ];