Update for 07-12-21 19:30
This commit is contained in:
parent
e5ccf3d2f9
commit
a91c4441dc
@ -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
23
tech/zathura.wiki
Normal 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
|
Loading…
Reference in New Issue
Block a user