mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
12 lines
194 B
SYSTEMD
12 lines
194 B
SYSTEMD
|
[Unit]
|
||
|
Description="Wallpaper setter"
|
||
|
PartOf=graphical-session.target
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=%h/.local/bin/scripts/gui/setbg
|
||
|
Type=oneshot
|
||
|
RemainAfterExit=false
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=wm-ready.target
|