This repository has been archived on 2020-06-28. You can view files and clone it, but cannot push or open issues or pull requests.
systemd-client/user/feh.service

12 lines
227 B
SYSTEMD

[Unit]
Description=Feh wallpaper settings
Requires=dwm.service
After=dwm.service
[Service]
ExecStart=/usr/bin/feh --randomize --bg-fill /home/caskd/Media/Pictures/Wallpapers/Active
Type=oneshot
[Install]
WantedBy=dwm.service