diff --git a/tech/misc.wiki b/tech/misc.wiki index 6cc6f4d..b735f0e 100644 --- a/tech/misc.wiki +++ b/tech/misc.wiki @@ -6,6 +6,7 @@ Misc. Stuff relating to computers and tech in general * [[imagemagick]] * [[ffmpeg]] +* [[zathura]] == Stuff to do == diff --git a/tech/zathura.wiki b/tech/zathura.wiki new file mode 100644 index 0000000..1351da3 --- /dev/null +++ b/tech/zathura.wiki @@ -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