aboutsummaryrefslogtreecommitdiff
path: root/misc/.Xresources
blob: 39c893106bcffa9bff01d728afebc72ccef817b3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
URxvt.font:     xft:Ubuntu Mono:size=15:antialias=true
URxvt.boldFont: xft:Ubuntu Mono:bold:size=15:antialias=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

URxvt.saveLines: 50000