1 2 3 4 5 6 7 8 | !URxvt.font: 9x15
!URxvt.font: xft:Deja Vu Sans Mono:pixelsize=10
!URxvt.font: xft:Bitstream Vera Sans Mono:pixelsize=12
!URxvt.font: xft:DejaVu Sans Mono:pixelsize=10
!URxvt.font: xft:Bitstream Vera Sans Mono:autohint=true:pixelsize=10
!URxvt.font: xft:Terminus:10
URxvt.font: -misc-dejavu sans mono-medium-r-normal-*-11-*-96-96-*-*-iso8859-*
!URxvt.font: xft:DejaVu Sans Mono:antialias=true:pixelsize=12
|
x
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | ! scrollbar
URxvt.scrollstyle: plain
URxvt*scrollColor: #777777
URxvt.thickness: 2
! fade non-focussed windows
URxvt*fading: 33
URxvt*saveLines: 65535
URxvt*cursorBlink: true
! 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
! disable the scrollback buffer for the secondary screen
URxvt.secondaryScreen: 1
URxvt.secondaryScroll: 0
URxvt.perl-ext-common: default,matcher,confirm-paste
URxvt.url-launcher: /usr/bin/xdg-open
URxvt.matcher.button: 1
URxvt.transparent: false
! fix ctrl+arrows
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
|
x
Notes
Xresources split into several files. Still not happy with it. Stealing nice stuff from here and there. Rxvt is still a bit tricky to operate.