latexmkrc: use xdg-open as pdf viewer
This commit is contained in:
parent
a48b9cb9b9
commit
6876e550fd
@ -1,3 +1,4 @@
|
|||||||
$pdf_previewer = 'zathura %O %S';
|
# vim:ft=perl:
|
||||||
|
$pdf_previewer = 'xdg-open %O %S';
|
||||||
$pdf_mode = 1;
|
$pdf_mode = 1;
|
||||||
push @extra_pdflatex_options, '-interaction=nonstopmode';
|
push @extra_pdflatex_options, '-interaction=nonstopmode';
|
||||||
|
Loading…
Reference in New Issue
Block a user