aboutsummaryrefslogtreecommitdiff
path: root/misc/.Xresources
blob: fe7665db5408ab0762282959a41dd47a01516ab4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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