summaryrefslogtreecommitdiffstats
path: root/.config/zathura/zathurarc
blob: 0253b2825e60780ac8ae4e3b0c428f2834c6f5ed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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"

# https://git.pwmt.org/pwmt/zathura/-/issues/151
set sandbox none

# vim: ft=config