Zathura: Difference between revisions

From wikinotes
No edit summary
 
No edit summary
Line 1: Line 1:
A comic book/pdf reader with vim keybindings,<br>
A comic book/pdf reader with vim keybindings,<br>
complete with follow-links, and command mode.
complete with follow-links, customizable keybindings, and command mode.


= Documentation =
= Documentation =

Revision as of 22:52, 3 July 2022

A comic book/pdf reader with vim keybindings,
complete with follow-links, customizable keybindings, and command mode.

Documentation

homepage https://pwmt.org/projects/zathura/

Install

sudo pacman -S zathura
sudo pacman -S zathura-cb    # support comics
sudo pacman -S zathura-djvu  # support DjVu
sudo pacman -S zathura-ps    # support postscript
sudo pacman -S zathura-pdf-mupdf    # mupdf pdf engine (fast)
sudo pacman -S zathura-pdf-poppler  # poppler pdf engine