Xterm
Document Xterm tips.
Change Style
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 |
.Xresources
Here is the Xterm configuration I use. You can
- copy it to ~/.Xresources,
- run xrdb -merge ~/.Xresources.
- run xrdb -query -all to confirm it is loaded.
More themes can be found from:
! 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 ^?