feat: add zathura config

This commit is contained in:
Max Hohlfeld 2023-08-31 23:08:08 +02:00
parent a448468a8d
commit 4f8900d93b
3 changed files with 32 additions and 1 deletions

View File

@ -257,7 +257,7 @@ myStartupHook = do
spawnOnce "redshift -c /home/max/.config/redshift/redshiftrc"
spawnOnce "feh --bg-fill ~/bilder/bg.jpg"
spawnOnce "/usr/bin/syncthing -no-browser -logfile=default"
spawnOnce "autorandr -c"
spawnOnce "autorandr -c default"
-- Main
main = do

View File

@ -0,0 +1,28 @@
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 p print
map c recolor
set highlight-color "#8faf9f"
set highlight-fg "#000d18"
set highlight-active-color "#8faf9f"
set default-bg "#3f3f3f"
set default-fg "#dcdccc"
set render-loading true
set render-loading-fg "#3f3f3f"
set render-loading-bg "#3f3f3f"
set recolor-lightcolor "#3f3f3f"
set recolor-darkcolor "#dcdccc"
set recolor true
set statusbar-h-padding 0
set statusbar-v-padding 0

View File

@ -20,6 +20,7 @@
- feh
- mpv
- nsxiv
- zathura
state: present
become: true
tags: [pc, setup]
@ -74,6 +75,7 @@
- ~/.config/redshift
- ~/.config/nsxiv
- ~/.config/nsxiv/exec
- ~/.config/zathura
tags: [pc, setup]
- name: Copy over cmus config
@ -117,6 +119,7 @@
- { src: dunstrc, dest: dunst/dunstrc }
- { src: dircolours, dest: dircolours }
- { src: redshiftrc, dest: redshift/redshiftrc }
- { src: zathurarc, dest: zathura/zathurarc }
- name: Copy over nsixv key handler script
ansible.builtin.copy: