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 turn off the ctwm "welcome" screen



details:   https://anonhg.NetBSD.org/xsrc/rev/23614fff9197
branches:  trunk
changeset: 10557:23614fff9197
user:      nia <nia%NetBSD.org@localhost>
date:      Tue Sep 22 14:32:03 2020 +0000

description:
turn off the ctwm "welcome" screen

while this is nice for Branding(tm), it adds a slight delay to startup,
which is slightly annoying, and a departure from how we've done things
previously.

diffstat:

 external/mit/xdm/dist/config/Xsession.in |  2 +-
 external/mit/xinit/dist/xinitrc.cpp      |  2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 02105e5b74c1 -r 23614fff9197 external/mit/xdm/dist/config/Xsession.in
--- a/external/mit/xdm/dist/config/Xsession.in  Tue Sep 22 14:22:54 2020 +0000
+++ b/external/mit/xdm/dist/config/Xsession.in  Tue Sep 22 14:32:03 2020 +0000
@@ -63,5 +63,5 @@
                BINDIR/xrdb -load "$resources"
        fi
        $BINDIR/uxterm &
-       exec BINDIR/ctwm
+       exec BINDIR/ctwm -W
 fi
diff -r 02105e5b74c1 -r 23614fff9197 external/mit/xinit/dist/xinitrc.cpp
--- a/external/mit/xinit/dist/xinitrc.cpp       Tue Sep 22 14:22:54 2020 +0000
+++ b/external/mit/xinit/dist/xinitrc.cpp       Tue Sep 22 14:32:03 2020 +0000
@@ -49,4 +49,4 @@
 fi
 
 UXTERM &
-exec CTWM
+exec CTWM -W



Home | Main Index | Thread Index | Old Index