aboutsummaryrefslogtreecommitdiff
path: root/.config/systemd/user/dapp-bg-chwp.service
blob: 65299d2f209d27a4fe81e716222d1b3904eba641 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Change the wallpaper used in Xorg
PartOf=graphical-session.target
After=wman.target

[Service]
Type=oneshot
ExecStart=chwp
Restart=on-failure

[Install]
WantedBy=wman.target