mirror of
https://github.com/zedsalim/debian-z.git
synced 2025-12-06 03:19:28 +00:00
add zathurarc
This commit is contained in:
parent
d45f4af508
commit
8759272258
2 changed files with 52 additions and 0 deletions
|
|
@ -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
51
config/zathura/zathurarc
Normal 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
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue