add zathurarc

This commit is contained in:
Salim Zaidi 2023-07-03 09:04:03 +01:00
parent d45f4af508
commit 8759272258
2 changed files with 52 additions and 0 deletions

View file

@ -41,6 +41,7 @@ cp -r config/rofi/ ~/.config
cp -r config/neofetch/ ~/.config cp -r config/neofetch/ ~/.config
cp -r config/ranger/ ~/.config cp -r config/ranger/ ~/.config
cp -r config/polybar/ ~/.config cp -r config/polybar/ ~/.config
cp -r config/zathura/ ~/.config
cp config/guide.pdf ~/.config cp config/guide.pdf ~/.config
cp config/bookmarks.txt ~/.config cp config/bookmarks.txt ~/.config
cp -r optional/synth-shell ~/.config cp -r optional/synth-shell ~/.config

51
config/zathura/zathurarc Normal file
View file

@ -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 <PageUp> navigate previous
map <PageDown> 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 <C-q> 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 <C-1> exec "goto 1"
# map <C-2> exec "goto 2"
# map <C-3> exec "goto 3"
# map <C-4> exec "goto 4"
# map <C-5> exec "goto 5"
# map <C-6> exec "goto 6"
# map <C-7> exec "goto 7"
# map <C-8> exec "goto 8"
# map <C-9> exec "goto 9"
# map <C-0> exec "goto 10"
set selection-clipboard clipboard