Skip to content

Instantly share code, notes, and snippets.

@fpletz
Created February 13, 2016 00:07
Show Gist options
  • Save fpletz/5b2aae542dd6c8a272b3 to your computer and use it in GitHub Desktop.
Save fpletz/5b2aae542dd6c8a272b3 to your computer and use it in GitHub Desktop.
! https://sourcefoundry.org/hack/
URxvt*font: xft:Hack:size=9:antialias=false
URxvt*perl-ext-common: default,matcher,url-picker,font-size
URxvt*url-launcher: firefox
URxvt.keysym.CM-u: perl:url-picker
URxvt.keysym.C-Up: perl:font-size:increase
URxvt.keysym.C-Down: perl:font-size:decrease
URxvt.keysym.C-A-Up: perl:font-size:incglobal
URxvt.keysym.C-A-Down: perl:font-size:decglobal
URxvt.keysym.C-A-Left: perl:font-size:reset
URxvt.font-size.step: 2
URxvt.url-picker.order: descending
!URxvt*colorUL: #86a2be
URxvt.matcher.button: 1
URxvt.underlineURLs: false
! 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment