diff options
author | Wolfgang Müller | 2021-07-12 20:16:01 +0200 |
---|---|---|
committer | Wolfgang Müller | 2021-07-12 20:16:01 +0200 |
commit | 5a969bc33b4e04e12c4f2199c0e1f6fbadda1cc8 (patch) | |
tree | 3815da6ad2f22ee3706de1929873826c5f4b293c /weltschmerz.1 | |
parent | 41227826451130f84bb643bb29e937be5fff02a6 (diff) | |
download | weltschmerz-5a969bc33b4e04e12c4f2199c0e1f6fbadda1cc8.tar.gz |
Mention overlay scrolling in the manual
GTK's decision to make overlay scrolling the default seems to be quite
controversial. It also brings with it added complexity in both behaviour
and configuration and should therefore be mentioned in the manual.
Diffstat (limited to 'weltschmerz.1')
-rw-r--r-- | weltschmerz.1 | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/weltschmerz.1 b/weltschmerz.1 index a00894e..77a67df 100644 --- a/weltschmerz.1 +++ b/weltschmerz.1 @@ -1,4 +1,4 @@ -.Dd June 25, 2021 +.Dd July 12, 2021 .Dt WELTSCHMERZ 1 .Os .Sh NAME @@ -172,6 +172,18 @@ When set to no scrollbar is drawn. The default is .Sy true . +.Pp +Note that +.Nm +uses overlay scrolling if available. +This means that the scrollbar is drawn on top of the terminal and fades +out automatically if unused. +If you wish to turn this behaviour off, set the +.Ev GTK_OVERLAY_SCROLLING +environment variable to +.Sy 0 +or modify the GTK setting +.Sy gtk-overlay-scrolling . .El .Pp The |