! 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