Update for 07-12-21 19:30

This commit is contained in:
Tyler Perkins 2021-12-07 19:30:01 -05:00
parent e5ccf3d2f9
commit a91c4441dc
2 changed files with 24 additions and 0 deletions

View File

@ -6,6 +6,7 @@ Misc. Stuff relating to computers and tech in general
* [[imagemagick]]
* [[ffmpeg]]
* [[zathura]]
== Stuff to do ==

23
tech/zathura.wiki Normal file
View File

@ -0,0 +1,23 @@
= Zathura =
Zathura is a very light weight pdf viewer.
== Invert color mode ==
To invert the colors on a pdf, run
{{{
set recolor
}}}
To run this, press `:` then type the command
=== Bind this to a key press ===
To bind this, in `~/.config/zathura/zathurarc`, add the following line
{{{
map i recolor
}}}
Now anytime that i is pressed, the recoloring state will be toggled