1
0
mirror of https://github.com/eoli3n/dotfiles synced 2024-11-23 07:21:58 +01:00
eoli3n-dotfiles/.Xresources.d/rxvt-unicode
2016-12-19 18:53:04 +01:00

26 lines
651 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/google-chrome-stable
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