Skip to content

Instantly share code, notes, and snippets.

@peteryates
Last active December 19, 2015 10:19
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 peteryates/010d999a4533a6b17db0 to your computer and use it in GitHub Desktop.
Save peteryates/010d999a4533a6b17db0 to your computer and use it in GitHub Desktop.
Xdefaults
URxvt*saveLines: 200000
URxvt*font: -misc-fixed-medium-r-normal-*-13-120-75-75-c-80-iso10646-*,xft:WenQuanYi Bitmap Song:pixelsize=
URxvt*italicFont: -misc-fixed-medium-o-normal-*-13-120-75-75-c-80-iso10646-*,xft:WenQuanYi Bitmap Song:pixelsize=
URxvt*boldFont: -misc-fixed-medium-r-normal-*-13-120-75-75-c-80-iso10646-*,xft:WenQuanYi Bitmap Song:pixels
URxvt*italicBoldFont: -misc-fixed-medium-o-normal-*-13-120-75-75-c-80-iso10646-*,xft:WenQuanYi Bitmap Song:pixels
URxvt*background: #1c1c1c
URxvt*foreground: #ffffff
URxvt*color0: #464444
URxvt*color1: #EF3460
URxvt*color2: #BDEF34
URxvt*color3: #EFC334
URxvt*color4: #34BDEF
URxvt*color5: #B300FF
URxvt*color6: #3DD8FF
URxvt*color7: #FFFFFF
URxvt*color8: #8a8888
URxvt*color9: #F25A7D
URxvt*color10: #DCF692
URxvt*color11: #F6DF92
URxvt*color12: #92AAF6
URxvt*color13: #DF92F6
URxvt*color14: #5AF2CE
URxvt*color15: #FFFFFF
URxvt*cursorColor: yellow
URxvt.urgentOnBell: true
URxvt*scrollBar:true
URxvt.buffered: true
URxvt.scrollTtyKeypress: true
URxvt.scrollTtyOutput: false
URxvt.mouseWheelScrollPage: false
URxvt.scrollWithBuffer: true
URxvt.scrollstyle: xterm
URxvt.jumpScroll: false
URxvt*scrollBar: false
# clipboard access
URxvt.perl-ext-common: clipboard,default,matcher,font-size
URxvt.keysym.M-c: perl:clipboard:copy
URxvt.keysym.M-v: perl:clipboard:paste
URxvt.keysym.M-C-v: perl:clipboard:paste_escaped
# url matcher
URxvt.url-launcher: /usr/bin/google-chrome
URxvt.matcher.pattern.1: \\bwww\\.[\\w-]\\.[\\w./?&@#-]*[\\w/-]
URxvt.matcher.button: 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment