Skip to content

Instantly share code, notes, and snippets.

Created March 24, 2013 15:03
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/5232270 to your computer and use it in GitHub Desktop.
Save anonymous/5232270 to your computer and use it in GitHub Desktop.
stdin
!! Appearance
URxvt*termName:xterm-256color
urxvt.scrollBar: false
!! Font prefferenes
urxvt.font: xft:Liberation Mono:pixelsize=15
urxvt.boldFont: xft:Liberation Mono:pixelsize=15:weight=bold
!urxvt*font:-*-terminus-medium-*-*-*-16-*-*-*-*-*-*-r
Xft.autohint: 0
Xft.lcdfilter: lcddefault
Xft.hintstyle: hintfull
Xft.hinting: 1
Xft.antialias: 1
Xft.rgba: rgb
urxvt.letterSpace: -1
!! Larger history limit
urxvt.saveLines: 1000000
!! Perl extensions
urxvt.perl-ext-common: default,matcher,clipboard
!! Open urls in browser with Control-Click
urxvt.urlLauncher: /usr/bin/firefox
!urxvt.matcher.button: C1
URxvt.underlineURLs: True
URxvt.matcher.button: 1
URxvt.colorUL: #4682B4
URxvt.keysym.Shift-Control-V: perl:clipboard:paste
URxvt.iso14755: False
!! Stop automatic scroll on output
URxvt*scrollTtyOutput: false
URxvt*scrollWithBuffer: true
URxvt*scrollTtyKeypress: true
!! Yeah, I am one of those, who use these keys in Vim :-(
urxvt.keysym.Home: \033[1~
urxvt.keysym.End: \033[4~
urxvt.keysym.Control-Up: \033[1;5A
urxvt.keysym.Control-Down: \033[1;5B
urxvt.keysym.Control-Left: \033[1;5D
urxvt.keysym.Control-Right: \033[1;5C
! Colors
*background: #262626
*foreground: #c2c2b0
! Black + DarkGrey
*color0: #262626
*color8: #73675b
! DarkRed + Red
*color1: #a64211
*color9: #cc5214
! DarkGreen + Green
*color2: #638046
*color10: #80a65b
! DarkYellow + Yellow
*color3: #bf8c25
*color11: #e6a82d
! DarkBlue + Blue
*color4: #3c4f6a
*color12: #6088bf
! DarkMangenta + Mangenta
*color5: #996b89
*color13: #bf86ac
! DarkCyan + Cyan
*color6: #6b8e99
*color14: #86b1bf
! LightGrey + White
*color7: #998a7a
*color15: #c2c2b0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment