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

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

[Install]
WantedBy=graphical-session.target