xinitrc - replace with systemd stuffs
This commit is contained in:
parent
da7c0c65db
commit
f6b0e63042
13 changed files with 67 additions and 45 deletions
11
config/systemd/user/feh.service
Normal file
11
config/systemd/user/feh.service
Normal file
|
@ -0,0 +1,11 @@
|
|||
[Unit]
|
||||
Description=Feh Background Image Loader
|
||||
After=display-manager.service
|
||||
Wants=display-manager.service
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/usr/bin/feh --bg-scale '/home/felix/Pictures/lain.png'
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
Loading…
Add table
Add a link
Reference in a new issue