Skip to content

Instantly share code, notes, and snippets.

@saevarb
Created April 6, 2014 21:18
Show Gist options
  • Save saevarb/10011575 to your computer and use it in GitHub Desktop.
Save saevarb/10011575 to your computer and use it in GitHub Desktop.
! urxvt settings
URxvt.urgentOnBell: true
URxvt.internalBorder: 0
URxvt.jumpScroll: true
URxvt.perl-lib: /usr/lib/urxvt/perl
URxvt.perl-ext-common: keysym-list,keyboard-select,selection,default,matcher,searchable-scrollback,url-select,clipboard
URxvt.keysym.C-i: perl:url-select:select-next
URxvt.keysym.M-Escape: perl:keyboard-select:activate
URxvt.keysym.M-s: perl:keyboard-select:search
URxvt.keysym.M-c: perl:clipboard:copy
URxvt.keysym.M-v: perl:clipboard:paste
URxvt.keysym.M-C-v: perl:clipboard:paste_escaped
URxvt.clipboard.copycmd: xclip -i -sel clipboard
URxvt.clipboard.pastecmd: xclip -o -sel clipboard
URxvt.pointerBlank: true
URxvt.saveLines: 4000
URxvt.secondaryScroll: true
URxvt.scrollBar: false
URxvt.scrollTtyKeypress: true
URxvt.scrollWithBuffer: true
URxvt.urlLauncher: /usr/bin/google-chrome
URxvt.background: #000000
URxvt.foreground: #ffffff
URxvt.cursorColor: cyan
URxvt.colorUL: #c5f779
URxvt.underlineColor: #c5f779
URxvt.color0: #000000
URxvt.color1: #9e1828
URxvt.color2: #aece92
URxvt.color3: #968a38
URxvt.color4: #414171
URxvt.color5: #963c59
URxvt.color6: #418179
URxvt.color7: #bebebe
URxvt.color8: #666666
URxvt.color9: #cf6171
URxvt.color10: #c5f779
URxvt.color11: #fff796
URxvt.color12: #4186be
URxvt.color13: #cf9ebe
URxvt.color14: #71bebe
URxvt.color15: #ffffff
URxvt.transparent: false
URxvt.shading: 60
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment