We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a56d3d commit cebc45cCopy full SHA for cebc45c
res/void-docs.in
@@ -63,7 +63,7 @@ if [ "$_pdf" ]; then
63
elif command -v run-mailcap >/dev/null; then
64
exec run-mailcap --action=view $PDF
65
else
66
- for cmd in zathura okular
+ for cmd in zathura okular evince
67
do
68
if command -v $cmd >/dev/null; then
69
exec $cmd $PDF
0 commit comments