Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[xsrc/trunk]: xsrc/external/mit/xinit/dist make the default xinitrc a bit nicer



details:   https://anonhg.NetBSD.org/xsrc/rev/8236a251b347
branches:  trunk
changeset: 10555:8236a251b347
user:      nia <nia%NetBSD.org@localhost>
date:      Tue Sep 22 14:20:47 2020 +0000

description:
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

diffstat:

 external/mit/xinit/dist/xinitrc.cpp |  7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diffs (14 lines):

diff -r e22f526dbcc8 -r 8236a251b347 external/mit/xinit/dist/xinitrc.cpp
--- a/external/mit/xinit/dist/xinitrc.cpp       Tue Sep 15 14:29:04 2020 +0000
+++ b/external/mit/xinit/dist/xinitrc.cpp       Tue Sep 22 14:20:47 2020 +0000
@@ -48,8 +48,5 @@
        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



Home | Main Index | Thread Index | Old Index