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

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