use systemd to fireup xautolock

This commit is contained in:
Thomas Ruoff
2016-03-01 10:16:32 +01:00
parent f59f9f3b5a
commit 094e9521b9

View File

@@ -30,7 +30,7 @@ case $1 in
xbindkeys -n &
urxvtd &
udiskie --tray &
xautolock -time 10 -locker slock -corners -0+0 -cornerdelay 3 &
systemctl --user start xautolock
exec herbstluftwm --locked
;;
esac