latexmkrc: use xdg-open as pdf viewer

This commit is contained in:
Gabriel Ebner 2014-10-08 16:46:02 +02:00
parent a48b9cb9b9
commit 6876e550fd
1 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
$pdf_previewer = 'zathura %O %S';
# vim:ft=perl:
$pdf_previewer = 'xdg-open %O %S';
$pdf_mode = 1;
push @extra_pdflatex_options, '-interaction=nonstopmode';