citadel

My dotfiles, scripts and nix configs
git clone git://jb55.com/citadel
Log | Files | Refs | README | LICENSE

commit 4d1e6123a25d886ee22836a7ff575f48073b2771
parent 05a9e8dbd36e7d72011dc9d578a1e99e9434f171
Author: William Casarin <jb55@jb55.com>
Date:   Sat, 27 Mar 2021 08:56:20 -0700

zathura: fix scrolling

Signed-off-by: William Casarin <jb55@jb55.com>

Diffstat:
Mdotfiles/.config/zathura/zathurarc | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/dotfiles/.config/zathura/zathurarc b/dotfiles/.config/zathura/zathurarc @@ -10,7 +10,8 @@ set recolor-lightcolor "#282c34" set recolor-darkcolor "#afb6c3" set recolor-keephue "false" -set scroll-page-aware "true" -set scroll-full-overlap 0.01 +set scroll-page-aware "false" +set scroll-full-overlap 0 set scroll-step 100 +set smooth-scroll "true"