Skip to content

Commit 1d7d7a1

Browse files
author
sip
committedMar 29, 2007
xinitrc sample: better outline the default WM
1 parent 17b17b2 commit 1d7d7a1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed
 

‎xinitrc.sample

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# the following variable defines the session which is started if the user
2+
# doesn't explicitely select a session
3+
DEFAULT_SESSION=twm
4+
15
case $1 in
26
xfce4)
37
exec startxfce4
@@ -14,6 +18,6 @@ blackbox)
1418
exec blackbox
1519
;;
1620
*)
17-
exec twm
21+
exec $DEFAULT_SESSION
1822
;;
1923
esac

0 commit comments

Comments
 (0)