Skip to content

Commit

Permalink
xinitrc sample: better outline the default WM
Browse files Browse the repository at this point in the history
  • Loading branch information
sip committed Mar 29, 2007
1 parent 17b17b2 commit 1d7d7a1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion xinitrc.sample
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# the following variable defines the session which is started if the user
# doesn't explicitely select a session
DEFAULT_SESSION=twm

case $1 in
xfce4)
exec startxfce4
Expand All @@ -14,6 +18,6 @@ blackbox)
exec blackbox
;;
*)
exec twm
exec $DEFAULT_SESSION
;;
esac

0 comments on commit 1d7d7a1

Please sign in to comment.