Files
dotfiles/systemd/user/feh.service
2025-03-17 21:28:22 +01:00

13 lines
194 B
Desktop File

[Unit]
Description=feh
After=xorg.target
Requires=xorg.target
[Service]
Environment="DISPLAY=:0"
Restart=on-failure
ExecStart=/home/lis/.config/feh/%H-random
[Install]
WantedBy=default.target