summaryrefslogtreecommitdiffstats
path: root/hyprpaper.service
diff options
context:
space:
mode:
authorSkullheadx <admonty1@protonmail.com>2026-04-25 21:34:06 -0400
committerSkullheadx <admonty1@protonmail.com>2026-04-25 21:34:06 -0400
commitf351ef00f77e5ea4d082a7eff86d7845dad7d9e0 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /hyprpaper.service
parentbluetooth (diff)
downloadnixos-f351ef00f77e5ea4d082a7eff86d7845dad7d9e0.tar.gz
nixos-f351ef00f77e5ea4d082a7eff86d7845dad7d9e0.tar.bz2
nixos-f351ef00f77e5ea4d082a7eff86d7845dad7d9e0.zip
remove all
Diffstat (limited to '')
-rw-r--r--hyprpaper.service19
1 files changed, 0 insertions, 19 deletions
diff --git a/hyprpaper.service b/hyprpaper.service
deleted file mode 100644
index 2d85a72..0000000
--- a/hyprpaper.service
+++ /dev/null
@@ -1,19 +0,0 @@
-[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