added stumpwm to xinitrc

This commit is contained in:
Marcel Kapfer (mmk2410) 2016-06-04 07:56:46 +02:00
parent 360c8c9519
commit ceb734edd7
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,7 @@ case $session in
xfce|xfce4 ) exec startxfce4;;
xmonad ) exec xmonad;;
ratpoison ) exec ratpoison;;
stumpwm ) exec stumpwm;;
# No known session, try to run it as command
*) exec "$1";;
esac