Sun Oct 11 10:09:09 2020 UTC ()
nice default xsetroot


(nia)
diff -r1.5 -r1.6 xsrc/external/mit/xdm/dist/config/Xsession.in
diff -r1.7 -r1.8 xsrc/external/mit/xinit/dist/xinitrc.cpp

cvs diff -r1.5 -r1.6 xsrc/external/mit/xdm/dist/config/Xsession.in (expand / switch to unified diff)

--- xsrc/external/mit/xdm/dist/config/Xsession.in 2020/10/02 13:45:07 1.5
+++ xsrc/external/mit/xdm/dist/config/Xsession.in 2020/10/11 10:09:09 1.6
@@ -60,16 +60,17 @@ if [ -s "$startup" ]; then @@ -60,16 +60,17 @@ if [ -s "$startup" ]; then
60 fi 60 fi
61else 61else
62 if [ -r "$resources" ]; then 62 if [ -r "$resources" ]; then
63 BINDIR/xrdb -load "$resources" 63 BINDIR/xrdb -load "$resources"
64 else 64 else
65 BINDIR/xrdb -load - <<EOF 65 BINDIR/xrdb -load - <<EOF
66#if COLOR 66#if COLOR
67*customization: -color 67*customization: -color
68*VT100.foreground: grey90 68*VT100.foreground: grey90
69*VT100.background: black 69*VT100.background: black
70#endif 70#endif
71EOF 71EOF
72 fi 72 fi
 73 BINDIR/xsetroot -solid 'rgb:00/22/44'
73 BINDIR/uxterm & 74 BINDIR/uxterm &
74 exec BINDIR/ctwm -W 75 exec BINDIR/ctwm -W
75fi 76fi

cvs diff -r1.7 -r1.8 xsrc/external/mit/xinit/dist/xinitrc.cpp (expand / switch to unified diff)

--- xsrc/external/mit/xinit/dist/xinitrc.cpp 2020/10/02 13:45:07 1.7
+++ xsrc/external/mit/xinit/dist/xinitrc.cpp 2020/10/11 10:09:09 1.8
@@ -46,15 +46,16 @@ fi @@ -46,15 +46,16 @@ fi
46if [ -f "$usermodmap" ]; then 46if [ -f "$usermodmap" ]; then
47 XMODMAP "$usermodmap" 47 XMODMAP "$usermodmap"
48fi 48fi
49 49
50XCOMM start some nice programs 50XCOMM start some nice programs
51 51
52if [ -d XINITDIR/xinitrc.d ] ; then 52if [ -d XINITDIR/xinitrc.d ] ; then
53 for f in XINITDIR/xinitrc.d/?*.sh ; do 53 for f in XINITDIR/xinitrc.d/?*.sh ; do
54 [ -x "$f" ] && . "$f" 54 [ -x "$f" ] && . "$f"
55 done 55 done
56 unset f 56 unset f
57fi 57fi
58 58
 59XSETROOT -solid 'rgb:00/22/44'
59UXTERM & 60UXTERM &
60exec CTWM -W 61exec CTWM -W