diff options
| author | Mitsuo Tokumori <[email protected]> | 2023-11-24 00:31:06 -0500 |
|---|---|---|
| committer | Mitsuo Tokumori <[email protected]> | 2023-11-24 00:31:06 -0500 |
| commit | e900c217c1e50a4067384c9bb3fe43dff61986c6 (patch) | |
| tree | c12b723d503c2aefa2403aecb9e6488af1eea90c /config/zathura | |
| parent | d42c7eeec0ce9af6f9ff5ce501316e6a8c5e43b3 (diff) | |
| download | dotfiles-e900c217c1e50a4067384c9bb3fe43dff61986c6.tar.gz dotfiles-e900c217c1e50a4067384c9bb3fe43dff61986c6.tar.bz2 dotfiles-e900c217c1e50a4067384c9bb3fe43dff61986c6.zip | |
Restructure dirs to mimic XDG base dirs
Non XDG base directories have a leading '_'.
Diffstat (limited to 'config/zathura')
| -rw-r--r-- | config/zathura/zathurarc | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/config/zathura/zathurarc b/config/zathura/zathurarc new file mode 100644 index 0000000..4d38c70 --- /dev/null +++ b/config/zathura/zathurarc @@ -0,0 +1,59 @@ +######################### +# Configuracion Zathura # +######################### +# +# para para saber que hace cada huevada +# ver manpage zathurarc(5) +# + +# Default commented shit +# ====================== + +# zoom and scroll step size +# set zoom-setp 20 +# set scroll-setp 80 + +# copy selection to system clipboard +# set selection-clipboard clipboard + +# enable incremental search +# set incremental-search true + +# mapings +# ======= + +# TODO Button 3 is left mouse button, I want to map it to 'hold to pan document' +# which is mapped to mouse 2 (middle button) +#map Button3 + +unmap [normal] <C-n> +map [normal] <C-g> toggle_statusbar +unmap [fullscreen] <C-n> +map [fullscreen] <C-g> toggle_statusbar + +unmap [normal] D +map [normal] D toggle_page_mode +unmap [fullscreen] D +map [fullscreen] D toggle_page_mode + +map [normal] u scroll half-up +map [normal] d scroll half-down +map [fullscreen] u scroll half-up +map [fullscreen] d scroll half-down + +# settings +# ======== + +#set window-width 768 +set window-width 1025 +set window-height 740 +set adjust-open width + +#set smooth-scroll true + +#set first-page-column 2 + +set statusbar-home-tilde true +#set window-title-home-tilde true +set window-title-basename true +set selection-clipboard clipboard |
