summaryrefslogtreecommitdiffstats
path: root/.config/zathura/zathurarc
blob: 533437d8041e6716735e59c8aa4f8302f55d30c6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# zathura configuration

map D toggle_page_mode
map d scroll half-down
map u scroll half-up
map b scroll full-up
map M mark_evaluate

set guioptions ""
set page-padding 10
set window-title-basename true
set window-title-page true
set font "DejaVu Sans 14"

# vim: ft=config