diff options
| author | krolxon <krolyxon@tutanota.com> | 2025-10-19 14:38:58 +0530 |
|---|---|---|
| committer | krolxon <krolyxon@tutanota.com> | 2025-10-19 14:38:58 +0530 |
| commit | 0f9c40188637c04da8c5a23a8cea47662bb87c4e (patch) | |
| tree | 31748f18b021cb9185af15814fd908a6bdbbbeb4 /.config/zathura/zathurarc | |
| parent | 850fbde4350dcfc5930abbfc0f2ba6c2dfb8de26 (diff) | |
zathura: use "include" directive for pywal colors"
Diffstat (limited to '.config/zathura/zathurarc')
| -rw-r--r--[l---------] | .config/zathura/zathurarc | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/.config/zathura/zathurarc b/.config/zathura/zathurarc index 3c9cbb3..e35f6f6 120000..100644 --- a/.config/zathura/zathurarc +++ b/.config/zathura/zathurarc @@ -1 +1,18 @@ -../../../.cache/wal/colors-zathura
\ No newline at end of file +include ../../.cache/wal/colors-zathura + +set sandbox none +set statusbar-h-padding 0 +set statusbar-v-padding 0 +set page-padding 1 +set selection-clipboard clipboard +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 +map b toggle_statusbar + |
