====== Xterm ======
{{template>:meta:template:pageinfo#tpl |desc=Document Xterm tips.}}
===== Change Style =====
The table below documents only the options I have used.
You can get more details from [[https://www.x.org/archive/X11R6.8.1/doc/xrdb.1.html|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 =====
[[#xresources-conf|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:
* [[https://blog.gtwang.org/linux/xterm-theme-examples]].
! 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 ^?
===== Reference =====
* [[https://www.x.org/archive/X11R6.8.1/doc/xterm.1.html]]
* [[https://gist.github.com/shanesova/a66f86431888231e5aa63f3ff96351fd]]
* [[https://wiki.archlinux.org/title/X_resources]]