Skip to content

Instantly share code, notes, and snippets.

@dgfitch
Created July 10, 2009 18:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dgfitch/144673 to your computer and use it in GitHub Desktop.
Save dgfitch/144673 to your computer and use it in GitHub Desktop.
Xft.antialias: 1
Xft.hinting: true
Xft.hintstyle: full
Xft.dpi: 93
*VT100.translations: #override\
Meta <KeyPress> P: print() \n\
Meta <KeyPress> minus: smaller-vt-font() \n\
Meta <KeyPress> KP_Subtract: smaller-vt-font() \n\
Meta <KeyPress> plus: larger-vt-font() \n\
Meta <KeyPress> KP_Add: larger-vt-font() \n\
Meta <KeyPress> C: select-cursor-start() select-cursor-end(PRIMARY, CUT_BUFFER0) \n\
Meta <KeyPress> V: insert-selection(PRIMARY, CUT_BUFFER0) \n\
*VT100*foreground: #cccccc
*VT100*background: black
*VT100*allowSendEvents: true
*VT100*jumpScroll: true
*VT100*loginShell: true
*VT100*utf8: 1
*VT100*eightBitInput: false
*VT100*eightBitControl: false
*VT100*eightBitOutput: false
*VT100*metaSendsEscape: true
*VT100*internalBorder: 0
*VT100*borderColor: black
*VT100*borderWidth: 0
*VT100*visualBell: true
*VT100*bellIsUrgent: true
*VT100*bellSuppressTime: 5000
*VT100*saveLines: 8192
*VT100*scrollBar: false
*VT100*printerCommand: clip push
*VT100*printAttributes: 2
*VT100*cursorColor: #aaeebb
*VT100*highlightColor: #202050
*VT100*highlightTextColor: #ffffff
*VT100*on2Clicks: regex [^ \n]+
*VT100*on3Clicks: word
*VT100*on4Clicks: line
*VT100*font: -*-terminus-*-r-*-*-12-*-*-*-*-*-*-*
*VT100*font1: -*-fixed-medium-r-normal-*-10-*-*-*-*-*-*-*
*VT100*font2: -*-fixed-medium-r-normal-*-13-*-*-*-*-*-*-*
*VT100*font3: -*-terminus-*-r-*-*-14-*-*-*-*-*-*-*
*VT100*font4: -*-terminus-*-r-*-*-16-*-*-*-*-*-*-*
*VT100*font5: -*-terminus-*-r-*-*-24-*-*-*-*-*-*-*
*VT100*font6: -*-terminus-*-r-*-*-32-*-*-*-*-*-*-*
!*VT100*faceName: Inconsolata
!*VT100*faceSize: 8
!*VT100*faceName: Andale Mono
!*VT100*faceSize: 8
!*VT100*faceName: Lucida Sans Typewriter
!*VT100*faceSize: 8
UXTerm*faceName: Inconsolata
UXTerm*faceSize: 10
XTerm*font: -*-terminus-*-r-*-*-12-*-*-*-*-*-*-*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment