execute any other thing passed by the displaymanager

Should be fairily secure, since stuff passed here is populated in slim
through /usr/share/xsessions.
This commit is contained in:
Thomas Ruoff
2016-03-29 10:53:59 +02:00
parent e336fec029
commit 6c915966d5

View File

@@ -33,4 +33,7 @@ case $1 in
systemctl --user start xautolock
exec herbstluftwm --locked
;;
*)
exec $1
;;
esac