-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathzathurarc
70 lines (60 loc) · 1.97 KB
/
zathurarc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
# zathurarc -> $HOME/.config/zathura/zathurarc
# settings
set window-height 1024
set window-width 768
set adjust-open width
set show-scrollbars true
set first-page-column 2
set window-title-basename true
# set database sqlite
set recolor-keephue
set selection-clipboard clipboard
# key bindings
map [normal] <F11> toggle_fullscreen
map [fullscreen] <F11> toggle_fullscreen
map [normal] <C-l> reload
map [fullscreen] <C-l> reload
map [normal] e scroll down
map [fullscreen] e scroll down
map [normal] <C-e> scroll down
map [fullscreen] <C-e> scroll down
map [normal] y scroll up
map [fullscreen] y scroll up
map [normal] <C-y> scroll up
map [fullscreen] <C-y> scroll up
map [normal] R rotate rotate-ccw
map [fullscreen] R rotate rotate-ccw
map [normal] <PageUp> navigate previous
map [fullscreen] <PageUp> navigate previous
map [normal] <PageDown> navigate next
map [fullscreen] <PageDown> navigate next
map [normal] <A-1> set "first-page-column 1:1"
map [fullscreen] <A-1> set "first-page-column 1:1"
map [normal] <A-2> set "first-page-column 1:2"
map [fullscreen] <A-2> set "first-page-column 1:2"
# Why are these only defined for normal mode by default?
map [fullscreen] a adjust_window best-fit
map [fullscreen] s adjust_window width
map [fullscreen] f follow
map [fullscreen] d toggle_page_mode 2
map [fullscreen] <Tab> toggle_index
map [fullscreen] j scroll down
map [fullscreen] k scroll up
map [fullscreen] <C-d> scroll half-down
map [fullscreen] <C-u> scroll half-up
map [fullscreen] <C-o> jumplist backward
map [fullscreen] <C-i> jumplist forward
map [index] q quit
# colors
set recolor-darkcolor "#FFFFFF"
set recolor-lightcolor "#333333"
set statusbar-fg "#000000"
set statusbar-bg "#C2BFA5"
set inputbar-fg "#FFFFFF"
set inputbar-bg "#333333"
set completion-highlight-fg "#F0E68C"
set completion-highlight-bg "#6B8E23"
# set highlight-color "#CD853F"
# set highlight-active-color "#F0E68C"
set notification-fg "#FFFFFF"
set notification-bg "#333333"