Xterm

Document Xterm tips.

The table below documents only the options I have used. You can get more details from here.

Option Description Demo
-bg Background color -bg #333
-fg Foreground color -fg green
-fn Specifies the font to be used for displaying normal text -fn 8x13

Here is the Xterm configuration I use. You can

  1. copy it to ~/.Xresources,
  2. run xrdb -merge ~/.Xresources.
  3. run xrdb -query -all to confirm it is loaded.

! XTerm
XTerm*background:         #333
XTerm*foreground:         green
XTerm*cursorColor:        green
XTerm*VT100.geometry:     80x50
XTerm*renderFont:         true
XTerm*faceName:           mono
XTerm*faceSize:           20
XTerm*dynamicColors:      true
XTerm*utf8:               2
XTerm*eightBitInput:      false
XTerm*saveLines:          4096
XTerm*scrollKey:          true
XTerm*scrollTtyOutput:    false
XTerm*scrollBar:          true
XTerm*rightScrollBar:     true
XTerm*jumpScroll:         true
XTerm*multiScroll:        true
XTerm*toolBar:            false
XTerm*selectToClipboard:  true
XTerm*loginShell:         true
XTerm*backarrowKey:       false
XTerm*ttyModes:           erase ^?

A V T L C