From 393fe161886829675621405c704e0c5c1466e227 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Thu, 23 Nov 2023 21:14:18 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=EF=B8=8F=20config(zathura):=20added?= =?UTF-8?q?=20new=20options?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/zathura/zathurarc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.config/zathura/zathurarc b/.config/zathura/zathurarc index f7aae344..34ad13a3 100644 --- a/.config/zathura/zathurarc +++ b/.config/zathura/zathurarc @@ -6,6 +6,7 @@ set pages-per-row 1 # Stop at page boundries set scroll-page-aware "true" +set smooth-scroll "true" set scroll-full-overlap 0.01 set scroll-step 100 @@ -14,6 +15,7 @@ set zoom-min 10 set guioptions "" set render-loading "false" +set font "JetBrainsMono NF" unmap f map f toggle_fullscreen unmap a @@ -22,6 +24,9 @@ map [fullscreen] f toggle_fullscreen # Colors set selection-clipboard clipboard +set scroll-wrap true +set scroll-page-aware true +set window-title-page true set default-fg "#CAD3F5" set default-bg "#24273A"