aboutsummaryrefslogtreecommitdiff
path: root/SystemdGraphicalSession/background.service
blob: 14b6b67d5fe5369f16cdbc7c137cc2475325a7eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Desktop Background
Wants=graphical-session.target
Documentation=man:feh(8)

[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/bin/feh --bg-fill $HOME/Pic/Pixiv/64633930.png

[Install]
WantedBy=graphical-session.target