Skip to content

Instantly share code, notes, and snippets.

@niklaskeerl
Created February 20, 2020 22:59
Show Gist options
  • Save niklaskeerl/f62b41903404f528645ea9e02a843176 to your computer and use it in GitHub Desktop.
Save niklaskeerl/f62b41903404f528645ea9e02a843176 to your computer and use it in GitHub Desktop.
Zathura in fullscreen mode

Always start zathura in fullscreen mode:
Add this to your zathura configuration file (~/.config/zathura/zathurarc). The value must be of the size of the screen or higher.

set window-height 3000
set window-width 3000

Start zathura in presentation mode:

zathura --mode presentation file.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment