Skip to content

Instantly share code, notes, and snippets.

@JeremyOttley
Created December 24, 2017 20:17
Show Gist options
  • Save JeremyOttley/62e3e75f30802617c78fec5b97681075 to your computer and use it in GitHub Desktop.
Save JeremyOttley/62e3e75f30802617c78fec5b97681075 to your computer and use it in GitHub Desktop.
ultra xterm
Xft*dpi: 96
Xft*antialias: true
Xft*hinting: true
Xft*hintstyle: hintfull
Xft*rgba: rgb
! XTerm
! General settings
XTerm*geometry: 80x24
XTerm*saveLines: 1024
XTerm*scrollBar: False
XTerm*loginshell: False
XTerm*cursorBlink: False
! Fonts and Encoding
XTerm*utf8: True
XTerm*locale: True
XTerm*utf8Title: True
XTerm*renderFont: True
XTerm*preeditType: Root
XTerm*xftAntialias: true
XTerm*faceName: Dina:size=10
! Trim trailing spaces
XTerm*trimSelection: true
! Fix alt-key inputting
XTerm*eightBitInput: false
XTerm*metaSendsEscape: true
! Copy and paste with clipboard
XTerm*translations: #override \
Ctrl Shift <KeyPress> C: copy-selection(CLIPBOARD) \n\
Ctrl Shift <KeyPress> V: insert-selection(CLIPBOARD)
! Allow selecting email/url by double-click
XTerm*charClass: 33:48,37-38:48,45-47:48,64:48,58:48,126:48,61:48,63:48,43:48,35:48
! Man pages colors
*VT100.colorBDMode: true
*VT100.colorBD: red
*VT100.colorULMode: true
*VT100.colorUL: cyan
*VT100.veryBoldColors: 6
! Cursor theme
Xcursor.theme: DMZ
emacs.font: M+ 1m
emacs.paneFont: M+ 1m
emacs.pointerColor: white
emacs.scrollBarWidth: 0
emacs.useXIM: true
emacs.verticalScrollBars: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment