Module Name:    xsrc
Committed By:   nia
Date:           Tue Sep 22 14:20:47 UTC 2020

Modified Files:
        xsrc/external/mit/xinit/dist: xinitrc.cpp

Log Message:
make the default xinitrc a bit nicer

spawn only one xterm in unicode mode and use ctwm instead of twm

ctwm is a backwards compatible fork of twm that includes some extra
features like virtual desktops


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 xsrc/external/mit/xinit/dist/xinitrc.cpp

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: xsrc/external/mit/xinit/dist/xinitrc.cpp
diff -u xsrc/external/mit/xinit/dist/xinitrc.cpp:1.4 xsrc/external/mit/xinit/dist/xinitrc.cpp:1.5
--- xsrc/external/mit/xinit/dist/xinitrc.cpp:1.4	Wed Jul 22 08:36:10 2015
+++ xsrc/external/mit/xinit/dist/xinitrc.cpp	Tue Sep 22 14:20:47 2020
@@ -48,8 +48,5 @@ if [ -d XINITDIR/xinitrc.d ] ; then
 	unset f
 fi
 
-TWM &
-XCLOCK -geometry 50x50-1+1 &
-XTERM -geometry 80x50+494+51 &
-XTERM -geometry 80x20+494-0 &
-exec XTERM -geometry 80x66+0+0 -name login
+UXTERM &
+exec CTWM

Reply via email to