mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-09 01:34:21 +02:00
xresources: invert scrollWithBuffer for urxvt
This commit is contained in:
parent
a8f5c2ec7d
commit
dad27fe5d0
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ URxvt.cursorBlink: True
|
|||
|
||||
URxvt.scrollBar: False
|
||||
URxvt.scrollTtyOutput: False
|
||||
URxvt.scrollWithBuffer: False
|
||||
URxvt.scrollWithBuffer: True
|
||||
URxvt.jumpScroll: True
|
||||
URxvt.saveLines: 5000
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue