Compare commits

...

3 commits

Author SHA1 Message Date
Bradley M. Kuhn
ce13953994 install script: fix typo. 2025-12-10 10:43:02 -08:00
Bradley M. Kuhn
1e5a700ae0 Xdefaults: xterm: I can't believe UTF-8 ever worked right this way!
It's pretty clear that if I want UTF-8 to appear correctly in xterm,
this has to be set to 1.  I also read it should be first before the
other stuff, but not sure it matters.
2025-12-10 10:42:08 -08:00
Bradley M. Kuhn
ffe9b5d845 Xdefaults: xterm: switch to white-on-black for a while
Not sure I like this, but on my new setup and the new monitors, the
black-on-white setup seemed far too intense.  I am not bothered by my
usual Emacs 'linen', so I wonder if some white-ish color like that on
xterms would be better, but using white-on-black for now while I
figure it out.
2025-12-10 10:41:01 -08:00
2 changed files with 4 additions and 4 deletions

View file

@ -13,7 +13,7 @@ fi
if [ ! -d $HOME/.config ]; then
mkdir $HOME/.config
fi
/bin/ln -sf `pwd`/xfce/autostart $HOME/.config/autostart
/bin/ln -sf `pwd`/xfce4/autostart $HOME/.config/autostart
/bin/ln -sf `pwd`/readline/inputrc $HOME/.inputrc

View file

@ -133,8 +133,8 @@ Mwm*xeyes*clientDecoration: none
XTerm*c132: true
XTerm*geometry: +5+140
!XTerm*background: #ea7eea7eea7e
XTerm*background: white
XTerm*foreground: black
XTerm*background: black
XTerm*foreground: white
XTerm*pointerColor: red
XTerm*cursorColor: purple
XTerm*dynamicColors: true
@ -147,10 +147,10 @@ XTerm*multiScroll: true
XTerm*font: 9x15bold
XTerm*Scrollbar*background: white
XTerm*Scrollbar*foreground: grey
XTerm*utf8: 1
XTerm*eightBitInput: false
XTerm*eightBitControl: false
XTerm*eightBitOutput: true
XTerm*utf8: 0
XTerm*VT100*translations: #override \n\
Ctrl Meta <Key> ;: secure() \n\