xinitrc - replace with systemd stuffs

This commit is contained in:
Felix Van der Jeugt 2015-04-18 13:50:14 +02:00
parent da7c0c65db
commit f6b0e63042
13 changed files with 67 additions and 45 deletions

View 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