added stumpwm to xinitrc
This commit is contained in:
parent
360c8c9519
commit
ceb734edd7
1 changed files with 1 additions and 0 deletions
1
xinitrc
1
xinitrc
|
@ -74,6 +74,7 @@ case $session in
|
||||||
xfce|xfce4 ) exec startxfce4;;
|
xfce|xfce4 ) exec startxfce4;;
|
||||||
xmonad ) exec xmonad;;
|
xmonad ) exec xmonad;;
|
||||||
ratpoison ) exec ratpoison;;
|
ratpoison ) exec ratpoison;;
|
||||||
|
stumpwm ) exec stumpwm;;
|
||||||
# No known session, try to run it as command
|
# No known session, try to run it as command
|
||||||
*) exec "$1";;
|
*) exec "$1";;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Reference in a new issue