xinitrc: autolock screen on suspend

This commit is contained in:
Thomas Preisner 2019-09-24 16:35:31 +02:00
parent c5126606df
commit af35a13fd0

View file

@ -18,4 +18,7 @@ if [ -d $HOME/.fonts ]; then
xset fp rehash xset fp rehash
fi fi
# autolock on suspend
xss-lock -- i3lock --nofork &
exec herbstluftwm exec herbstluftwm