Skip to content

Instantly share code, notes, and snippets.

Created July 7, 2015 16:37
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 anonymous/479fd51beba6ccd4293f to your computer and use it in GitHub Desktop.
Save anonymous/479fd51beba6ccd4293f to your computer and use it in GitHub Desktop.
.Xdefaults
#Xft.dpi: 150
#Xft.hinting: 1
#Xft.hintstyle: hintfull
#Xft.antialias: 1
#Xft.rgba: rgba
urxvt*vt0*saveLines: 300000
urxvt*vt1*saveLines: 300000
urxvt*vt2*saveLines: 300000
urxvt*vt3*saveLines: 300000
urxvt*vt4*saveLines: 300000
urxvt*vt5*saveLines: 300000
urxvt*vt6*saveLines: 300000
urxvt*vt7*saveLines: 300000
urxvt*vt8*saveLines: 300000
urxvt*vt9*saveLines: 300000
urxvt*saveLines: 300000
urxvt*initTermNumber: 1
urxvt*protectSecondary: true
urxvt*loginShell: true
urxvt*scrollBar: true
urxvt*scrollBar_right: true
urxvt*scrollbarStyle: rxvt
urxvt*background: rgba:0000/0000/0000/cccc
urxvt*foreground: grey
urxvt*scrollColor: rgba:8888/8888/8888/eeee
urxvt*tabForeground: white
urxvt*tabBackground: darkgray
urxvt*itabForeground: gray
urxvt*itabBackground: darkgray
urxvt*tabPixmap: false
urxvt*syncTabTitle: true
urxvt*bottomTabbar: false
urxvt*windowsSwitch: false
urxvt*showMenu: false
urxvt*hideButtons: true
#yeah:
urxvt*font: xft:Terminus:style=Medium:size=8
#*font: -*-creep-regular-*-*--16-*-*-*-*-*-*-1,\
# -*-stlarch-medium-*-*--*-*-*-*-*-*-*-1
#urxvt*font: xft:Source Code Pro:Regular:size=8
#urxvt*font: xft:GohuFont:style=Medium:size=10
#urxvt*font: xft:Smooth:pixelsize=10
#test
#urxvt*font: xft:Inconsolata:Medium:size=9:antialias=false:autohinting=false
#urxvt*font: xft:GohuFont:Medium:pixelsize=8
#urxvt*font: xft:DejaVu Sans Mono:pixelsize=11:antialias=false:autohinting=true
#urxvt*font: xft:Source Code Pro:pixelsize=10:antialias=false:autohinting=true
#urxvt*font: xft:Anonymous Pro:style=Regular:size=9
#urxvt*font: xft:Inconsolata-dz:dz::size=8
#urxvt*font: xft:ProggyTinyTTSZ:style=Regular
urxvt*cursorBlink: false
urxvt*cursorBlinkInterval:500
#urxvt*geometry: 81x26
urxvt*multichar_encoding:noenc
urxvt*inputMethod: SCIM
#urxvt*cursorColor: #5277b8
urxvt*hideTabbar: true
urxvt*tripleclickwords: true
urxvt*internalBorder: 0
urxvt*scrollstyle: plain
urxvt*termName: rxvt-unicode
#urxvt*termName: xterm
#urxvt*fading: 10
#urxvt*fadeColor: rgba:0000/0000/0000/0000
URxvt.perl-ext: default,matcher
URxvt*url-launcher: /usr/bin/firefox
URxvt.matcher.pattern.1: \\bwww\\.[\\w-]\\.[\\w./?&@#-]*[\\w/-]
urxvt*geometry: 140x50
xterm*Background: black
xterm*Foreground: gray
xterm*TitleBar: on
xterm*TextUnderIcon: on
xterm*AllowIconInput: on
xterm*AutoRaise: on
xterm*termtype: vt100
xterm*ttyModes: intr ^c erase ^h susp ^z dsusp ^@ kill ^u eof ^d
XTerm*eightBitInput: false
XTerm*metaSendsEscape: true
XTerm*geometry: 130x32
XTerm*saveLines: 5000
#https://raw.github.com/muennich/urxvt-perls/master/keyboard-select
#URxvt.perl-ext-common: ...,keyboard-select
#URxvt.keysym.M-Escape: perl:keyboard-select:activate
#aterm*transparent:true
aterm*shading:90
aterm*fading:90
aterm*tinting:gray
aterm*background:Black
aterm*foreground:White
aterm*scrollBar:true
aterm*scrollBar_right:true
aterm*transpscrollbar:true
aterm*saveLines:2048
aterm*font:*-*-fixed-medium-r-normal--*-120-*-*-*-*-iso8859-1
aterm*boldFont:*-*-fixed-bold-r-normal--*-*-120-*-*-*-*-iso8859-1
aterm*title: Terminal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment