1
0
Fork 0
mirror of https://github.com/eoli3n/dotfiles synced 2024-06-08 15:56:06 +02:00
eoli3n-dotfiles/Xresources.d/rxvt-unicode
2016-03-28 10:14:55 +02:00

19 lines
486 B
Plaintext

URxvt*scrollBar: False
URxvt.font: xft: hack:style=Medium:size=10
URxvt.perl-ext-common: default,matcher
! url open
URxvt.matcher.rend.0: Uline Bold fg5
URxvt.colorUL: #4682B4
URxvt.keysym.C-Delete: perl:matcher:last
URxvt.keysym.M-Delete: perl:matcher:list
! 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