Initial commit of utility scripts
This commit is contained in:
parent
ac77586a15
commit
1faeefffd7
34 changed files with 1328 additions and 1 deletions
15
config/zathura/zathurarc
Normal file
15
config/zathura/zathurarc
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue