1
0
mirror of https://github.com/eoli3n/dotfiles synced 2024-11-22 23:12:32 +01:00
eoli3n-dotfiles/.Xresources.d/rxvt-unicode
2016-03-29 20:32:34 +02:00

26 lines
638 B
Plaintext

URxvt*scrollBar: False
URxvt.font: xft: hack:style=Medium:size=10
URxvt*.depth: 32
URxvt*.background: [90]#202020
URxvt*fading: 0
URxvt*.fadeColor: #202020
! url open
URxvt.perl-ext-common: default,matcher
URxvt.matcher.button: 1
URxvt.url-launcher: /usr/bin/firefox
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