add gitignore and update files
This commit is contained in:
12
systemd/user/feh.service
Normal file
12
systemd/user/feh.service
Normal file
@@ -0,0 +1,12 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user