diff --git a/4-rice.sh b/4-rice.sh index ab2cb11..8a634b6 100755 --- a/4-rice.sh +++ b/4-rice.sh @@ -41,6 +41,7 @@ cp -r config/rofi/ ~/.config cp -r config/neofetch/ ~/.config cp -r config/ranger/ ~/.config cp -r config/polybar/ ~/.config +cp -r config/zathura/ ~/.config cp config/guide.pdf ~/.config cp config/bookmarks.txt ~/.config cp -r optional/synth-shell ~/.config diff --git a/config/zathura/zathurarc b/config/zathura/zathurarc new file mode 100644 index 0000000..11903b9 --- /dev/null +++ b/config/zathura/zathurarc @@ -0,0 +1,51 @@ +# zathurarc +set font "DejaVu Sans" + + +# colors +set statusbar-bg "#65D1FF" +set statusbar-fg black + +# settings +set window-height 1024 +set window-width 768 +set adjust-open width + +# use sqlite as bookmarks database backend +set database sqlite + +# key bindings +map navigate previous +map navigate next + +map + zoom in +map - zoom out +map r reload +map p print +map R rotate +unmap f +map f toggle_fullscreen +map [fullscreen] f toggle_fullscreen +map quit + +# Navigation +map j scroll down +map k scroll up +map h scroll left +map l scroll right + +# Bookmarks +# map m exec set bookmark +# map exec "goto 1" +# map exec "goto 2" +# map exec "goto 3" +# map exec "goto 4" +# map exec "goto 5" +# map exec "goto 6" +# map exec "goto 7" +# map exec "goto 8" +# map exec "goto 9" +# map exec "goto 10" + +set selection-clipboard clipboard +