Improved urxvt scroll behavior
This commit is contained in:
parent
22ae6c5b17
commit
a6cff1c141
1 changed files with 5 additions and 0 deletions
|
@ -70,6 +70,11 @@ URxvt.perl-ext-common: default,matcher
|
||||||
URxvt.url-launcher: /usr/bin/google-chrome-unstable
|
URxvt.url-launcher: /usr/bin/google-chrome-unstable
|
||||||
URxvt.matcher.button: 3
|
URxvt.matcher.button: 3
|
||||||
|
|
||||||
|
! Scrolling behavior
|
||||||
|
URxvt*scrollTtyOutput: false
|
||||||
|
URxvt*scrollWithBuffer: false
|
||||||
|
URxvt*scrollTtyKeypress: true
|
||||||
|
|
||||||
! special
|
! special
|
||||||
*.foreground: #5c6370
|
*.foreground: #5c6370
|
||||||
*.background: #1e2127
|
*.background: #1e2127
|
||||||
|
|
Loading…
Reference in a new issue