A Blog about technology, linux, peer2peer, cool new downloads and software development.

Saturday, May 24, 2008

configuring xterm to run with VT100 font and other tweaks

cd ~
cat > .Xresources
!xterm*font: -dec-terminal-medium-r-normal-*-14-*-*-*-*-*-iso8859-*
xterm*font: 8x13
xterm*font1: -*-*-*-*-*-*-2-*-*-*-*-*-*-*
xterm*font2: -misc-fixed-*-r-normal-*-8-*-*-*-*-*-iso8859-*
xterm*font3: -b&h-lucidatypewriter-bold-*-*-*-12-*-*-*-*-*-*-*
xterm*font4: -*-screen-bold-r-normal-*-16-*-*-*-*-*-iso8859-*
xterm*font5: -*-lucidatypewriter-medium-*-*-*-18-*-*-*-*-*-*-*
xterm*font6: -*-lucidatypewriter-medium-*-*-*-20-*-*-*-*-*-*-*
xterm*font7: -*-fixed-medium-r-*-*-18-*-*-*-*-*-iso8859-*

XTerm*background: black
XTerm*foreground: yellow
XTerm*pointerColor: yellow
XTerm*pointerColorBackground: black
XTerm*cursorColor: yellow
XTerm*internalBorder: 3
XTerm*loginShell: true
XTerm*rightScrollBar: true
XTerm*saveLines: 2000
XTerm*multiClickTime: 250
XTerm*Geometry: 128x50
XTerm*charClass: 33:48,37:48,45-47:48,38:48
XTerm*cursorBlink: true
XTerm*visualBell: false
XTerm*jumpScroll: true
XTerm*multiScroll: true
XTerm*scrollTtyOutput: false
XTerm*scrollKey: true
- - - - - - 8< - - - - - - 8< - - - - - -

xrdb -merge .Xresources
xterm

No comments: