From 2ece7032558cd0be673d65237a01c5e6ffe625f1 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sat, 19 Nov 2022 15:21:44 +0000 Subject: Move to a GNU Stow config --- zathura/.config/zathura/zathurarc | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 zathura/.config/zathura/zathurarc (limited to 'zathura/.config') diff --git a/zathura/.config/zathura/zathurarc b/zathura/.config/zathura/zathurarc new file mode 100644 index 0000000..d9e9dbd --- /dev/null +++ b/zathura/.config/zathura/zathurarc @@ -0,0 +1,28 @@ +set adjust-open width + +map \< goto top +map \> goto bottom +map b navigate previous +map e follow +map f navigate next +map p goto top + +map zoom in +map zoom out +map zoom in +map adjust_window best-fit +map adjust_window width +map scroll full-left +map scroll left +map scroll full-right +map scroll right +map abort +map scroll down +map scroll up +map scroll full-down + +map goto top +map > goto bottom +map scroll full-up + +set selection-clipboard clipboard -- cgit