dotfiles/dotfiles/config/systemd/user/wallpaper.service

10 lines
119 B
SYSTEMD
Raw Normal View History

2016-09-27 15:08:35 -07:00
[Unit]
Description=wallpaper
[Service]
2016-10-27 14:45:46 -07:00
Type=oneshot
ExecStart=/usr/bin/env wallpaper.sh
2016-09-27 15:08:35 -07:00
[Install]
WantedBy=wm.target