mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-15 04:37:18 +00:00
13 lines
235 B
SYSTEMD
13 lines
235 B
SYSTEMD
|
[Unit]
|
||
|
Description="Hyprpaper (Hyprland wallpaper daemon"
|
||
|
PartOf=graphical-session.target
|
||
|
After=graphical-session.target
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
ExecStart=/usr/bin/hyprpaper
|
||
|
Restart=on-failure
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=wayland-session.target
|