diff options
| author | Kumar Damani <damani.kumar@gmail.com> | 2019-04-26 18:25:11 +0000 |
|---|---|---|
| committer | Kumar Damani <damani.kumar@gmail.com> | 2019-04-26 18:25:11 +0000 |
| commit | a13339e0e99118870498ecfdea22292c7e267eb2 (patch) | |
| tree | 127c8a7b88ca6b5eddc7ec567122ec129c72799a /zathura | |
dotfiles with stow structure
Diffstat (limited to 'zathura')
| -rw-r--r-- | zathura/.config/zathura/zathurarc | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/zathura/.config/zathura/zathurarc b/zathura/.config/zathura/zathurarc new file mode 100644 index 0000000..d434010 --- /dev/null +++ b/zathura/.config/zathura/zathurarc @@ -0,0 +1,16 @@ +set statusbar-h-padding 0 +set statusbar-v-padding 0 +set page-padding 1 +set selection-clipboard clipboard +set recolor-darkcolor "#dcdccc" +set recolor-lightcolor "#1f1f1f" + +map u scroll half-up +map d scroll half-down +map D toggle_page_mode +map r reload +map R rotate +map K zoom in +map J zoom out +map i recolor +map p print |
