Created
May 9, 2016 22:33
-
-
Save Screwtapello/013fb55c520ceb43ce1f6a460cf20030 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
! /* <-- A hack to stop xrdb from reading this file | |
# Behaviour changes | |
XTerm*saveLines: 10000 | |
XTerm*scrollTtyOutput: false | |
XTerm*scrollKey: true | |
XTerm*scrollBar: false | |
XTerm*metaSendsEscape: true | |
XTerm*VT100.Translations: #override \ | |
Ctrl <KeyPress> minus: smaller-vt-font() \n\ | |
Ctrl <KeyPress> equal: larger-vt-font() \n\ | |
Mod4 <KeyPress> space: insert-selection(PRIMARY,CUT_BUFFER0) | |
# Set up standard VGA colours for terminals. The colours are taken from the | |
# Linux kernel. The syntax used should affect xterm and rxvt. | |
XTerm*background: #000 | |
XTerm*foreground: #AAA | |
XTerm*color0: #000 | |
XTerm*color1: #A00 | |
XTerm*color2: #0A0 | |
XTerm*color3: #A50 | |
XTerm*color4: #00A | |
XTerm*color5: #A0A | |
XTerm*color6: #0AA | |
XTerm*color7: #AAA | |
XTerm*color8: #555 | |
XTerm*color9: #F55 | |
XTerm*color10:#5F5 | |
XTerm*color11:#FF5 | |
XTerm*color12:#55F | |
XTerm*color13:#F5F | |
XTerm*color14:#5FF | |
XTerm*color15:#FFF | |
# We are actually running a 256-color xterm, believe it or not. | |
XTerm*termName: xterm-256color | |
# Set up bold-normal to look like bold-color7 | |
#XTerm*colorBD: #FFFFFF | |
#XTerm*colorBDMode: true | |
#XTerm*showBlinkAsBold: true | |
# Everybody hates blink. | |
#XTerm*colorBLMode: true | |
# Make the cursor more visible | |
XTerm*cursorColor: green | |
# Font setup (for Xft fonts) | |
XTerm*faceName: LucidaTypewriter | |
XTerm*faceSize: 9 | |
# Terminus has line-drawing characters, but xterm thinks it doesn't, for some | |
# reason. | |
XTerm*forceBoxChars: true | |
#XTerm*fontDoubleSize: true | |
#XTerm*cacheDoubleSize: 1 | |
## Font setup (only used in X core-font mode) | |
#XTerm*font: -*-fixed-medium-r-*-*-13-*-*-*-*-*-iso10646-* | |
#XTerm*boldFont: -*-fixed-bold-r-*-*-13-*-*-*-*-*-iso10646-* | |
#XTerm*fontMenu*fontdefault*Label: Fixed 13 | |
# | |
#XTerm*fontMenu*font1*Label: Fixed 7 | |
#XTerm*VT100*font1: -*-fixed-medium-r-*-*-7-*-*-*-*-*-iso10646-* | |
#XTerm*fontMenu*font2*Label: Fixed 10 | |
#XTerm*VT100*font2: -*-fixed-medium-r-*-*-10-*-*-*-*-*-iso10646-* | |
#XTerm*fontMenu*font3*Label: Fixed 12 | |
#XTerm*VT100*font3: -*-fixed-medium-r-*-*-12-*-*-*-*-*-iso10646-* | |
#XTerm*fontMenu*font4*Label: Fixed 15 | |
#XTerm*VT100*font4: -*-fixed-medium-r-*-*-15-*-*-*-*-*-iso10646-* | |
#XTerm*fontMenu*font5*Label: Fixed 20 | |
#XTerm*VT100*font5: -*-fixed-medium-r-*-*-20-*-*-*-*-*-iso10646-* | |
#XTerm*fontMenu*font6*Label: Clean 12 | |
#XTerm*VT100*font6: -*-clean-medium-r-*-*-12-*-*-*-*-*-iso10646-* | |
# Scrolling speedup (allegedly) | |
XTerm*jumpScroll: true | |
XTerm*multiScroll: true | |
# The X11 startup script doesn't appear to be a login shell, so my xterms don't | |
# get all the goodies my .bash_profile sets up. If we force all xterms to be | |
# login shells, it works. | |
XTerm*loginShell: true | |
! */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment