Files
dot-files/systemd/user/background.service
klein panic 2bcc806b8b first commit
2024-09-29 01:05:25 -04:00

14 lines
249 B
Desktop File

[Unit]
Description=Set Background on X Display :0
After=default.target
[Service]
Type=simple
ExecStart=/usr/local/bin/fehbg
Restart=on-failure
Environment=DISPLAY=:0
Environment=XAUTHORITY=/home/klein/.Xauthority
[Install]
WantedBy=default.target