From db8f32037483ade8fc3d8fc2cb2c0e18331e442e Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Fri, 13 Oct 2023 16:19:33 +0200 Subject: changed mappings for zooming --- config/extra/zathura/zathurarc | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'config/extra') diff --git a/config/extra/zathura/zathurarc b/config/extra/zathura/zathurarc index f7a0781..478cd17 100644 --- a/config/extra/zathura/zathurarc +++ b/config/extra/zathura/zathurarc @@ -1,16 +1,14 @@ # fullscreen mappings map [fullscreen] r reload map [fullscreen] R rotate -map [fullscreen] + zoom in -map [fullscreen] - zoom out -map [fullscreen] i recolor +map [fullscreen] i zoom in +map [fullscreen] o zoom out # normal mappings map r reload map R rotate -map + zoom in -map - zoom out -map i recolor +map i zoom in +map o zoom out set font "monospace bold 11" set adjust-open "best-fit" -- cgit v1.2.3