Initial commit of utility scripts

This commit is contained in:
Alex Selimov 2024-12-12 20:16:38 -05:00
parent ac77586a15
commit 1faeefffd7
34 changed files with 1328 additions and 1 deletions

15
config/zathura/zathurarc Normal file
View file

@ -0,0 +1,15 @@
set statusbar-h-padding 0
set statusbar-v-padding 0
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
set default-bg "#191919"
set recolor true
set recolor-darkcolor "#BBBBBB"
set recolor-lightcolor "#191919"