Skip to content

Instantly share code, notes, and snippets.

@Prodge
Created May 1, 2016 14:22
Show Gist options
  • Save Prodge/5c63135b9451684fc00015a0030ef868 to your computer and use it in GitHub Desktop.
Save Prodge/5c63135b9451684fc00015a0030ef868 to your computer and use it in GitHub Desktop.
! Do not scroll with output
URxvt*scrollTtyOutput: false
! Scroll in relation to buffer (with mouse scroll or Shift+Page Up)
URxvt*scrollWithBuffer: true
! Scroll back to the bottom on keypress
URxvt*scrollTtyKeypress: true
! Extensions
!urxvt*perl-lib: /usr/lib/urxvt/perl/
!urxvt*perl-ext-common: default,matcher,searchable-scrollback
!urxvt*matcher.button: 1
URxvt.perl-ext-common: default,clipboard,url-select,keyboard-select
urxvt*urlLauncher: /usr/bin/firefox
URxvt.url-select.underline: true
URxvt.keysym.M-u: perl:url-select:select_next
URxvt.keysym.M-Escape: perl:keyboard-select:activate
URxvt.keysym.M-s: perl:keyboard-select:search
! Catch ugly URLs
urxvt.cutchars: `()'*<>[]{|}""'`
! Scrolling
urxvt*scrollBar: false
urxvt*secondaryScroll: true
urxvt*saveLines: 65535
! Cursor
urxvt*cursorBlink: false
urxvt*cursorColor: #DCDCCC
! Stop that annoying bell
urxvt*urgentOnBell: false
! Borders
!urxvt*borderLess: True
urxvt*internalBorder: 0
urxvt*externalBorder: 0
!urxvt*font: -xos4-terminus-medium-*-*-*-12-*-*-*-*-*-*-*
!urxvt*boldFont: -xos4-terminus-bold-*-*-*-12-*-*-*-*-*-*-*
! - use xft for drawing fonts
!urxvt*font: xft:Terminus:8
! - cursor
! Pseudo transparency
!urxvt*shading: 50
!urxvt*transparent:true
! Ccolour scheme
urxvt.background: #000000
urxvt.foreground: #EBEBFF
urxvt*color0: #000000
urxvt*color1: #e01010
urxvt*color2: #00AA00
urxvt*color3: #FFFF00
urxvt*color4: #112037
urxvt*color5: #A020F0
urxvt*color6: #5B5BC7
urxvt*color7: #fefefe
urxvt*color8: #6a6a6a
urxvt*color9: #FF5555
urxvt*color10: #90EE90
urxvt*color11: #ffff2f
urxvt*color12: #5B5BC7
urxvt*color13: #e628ba
urxvt*color14: #7D7DFB
urxvt*color15: #ffffff
! Remap for ctrl + arrow keys
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment