From 2764b3f72c81f081e14865c0e23915609f9c331e Mon Sep 17 00:00:00 2001 From: Saumit Dinesan Date: Wed, 6 Dec 2023 12:21:23 +0530 Subject: .config: Adding missing configs-dunst,mpv,swaylock,tmux,vim,zathura --- .config/zathura/zathurarc | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 .config/zathura/zathurarc (limited to '.config/zathura') diff --git a/.config/zathura/zathurarc b/.config/zathura/zathurarc new file mode 100644 index 0000000..f7db8c4 --- /dev/null +++ b/.config/zathura/zathurarc @@ -0,0 +1,35 @@ +set sandbox none +set statusbar-h-padding 0 +set statusbar-v-padding 0 +set page-padding 1 +set adjust-open width + + +map j scroll half-down +map k scroll half-up +map J zoom out +map K zoom in +map - zoom out +map = zoom in +map _ adjust_window best-fit +map + adjust_window width + +map r reload +map R rotate + +map search forward +map search backward + +#access index w tab +#colon tab for options +#colon number to land on page no or nG +#map p print + +map f toggle_fullscreen +map [fullscreen] f toggle_fullscreen + +map i recolor +map gg goto top +map G goto bottom + +set selection-clipboard clipboard -- cgit v1.2.3