From 574d3681522ce5c21b153cfb3e8f1a923d14aa46 Mon Sep 17 00:00:00 2001 From: Andrew Date: Thu, 21 Aug 2025 15:53:29 -0400 Subject: switch to hyprpaper --- hyprpaper.service | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 hyprpaper.service (limited to 'hyprpaper.service') diff --git a/hyprpaper.service b/hyprpaper.service new file mode 100644 index 0000000..2d85a72 --- /dev/null +++ b/hyprpaper.service @@ -0,0 +1,19 @@ +[Unit] +Description=Hyprpaper wallpaper utility for Hyprland +Documentation=man:hyprpaper(1) +# order startup after WM +After=graphical-session.target + +[Service] +Type=exec +# Repurpose XDG Autostart filtering +ExecCondition=/lib/systemd/systemd-xdg-autostart-condition "Hyprland" "" +ExecStart=hyprpaper +Restart=on-failure +Slice=background-graphical.slice + +[Install] +WantedBy=graphical-session.target +# Alternatively can be wanted by specific WMs' targets +# Should also be duplicated in 'After=' to avoid ordering loop +#WantedBy=wayland-session@hyprland.desktop.target -- cgit v1.3.1