Browse Source

Make URxvt scrolling more controllable

This should enable reading upper parts of window even while the output
is still being produced (tail -f).

IOW, the auto-scroll is disabled after scrolling back manually using
S-PageUp or S-PageDown, and re-enabled on another keypress such as
typing when a prompt is expected at the bottom.
Alois Mahdal 9 years ago
parent
commit
bb10374b85
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      dotfiles.config/Xlib/global.Xdefaults

+ 2
- 0
dotfiles.config/Xlib/global.Xdefaults View File

@@ -24,6 +24,8 @@ URxvt.scrollBar_right:      true
24 24
 URxvt.scrollBar_floating:   true
25 25
 URxvt.scrollstyle:          plain
26 26
 URxvt.scrollWithBuffer:     true
27
+URxvt.scrollTtyOutput:      false
28
+URxvt.scrollTtyKeypress:    true
27 29
 URxvt.saveLines:            32767
28 30
 
29 31
 !## cursor & pointer