Skip to content

Commit cebc45c

Browse files
committed
res/void-docs: add evince to fallback pdf viewers
evince is installed on the GNOME isos, but xdg-open isn't, so void-docs -p fails.
1 parent 4a56d3d commit cebc45c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

res/void-docs.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ if [ "$_pdf" ]; then
6363
elif command -v run-mailcap >/dev/null; then
6464
exec run-mailcap --action=view $PDF
6565
else
66-
for cmd in zathura okular
66+
for cmd in zathura okular evince
6767
do
6868
if command -v $cmd >/dev/null; then
6969
exec $cmd $PDF

0 commit comments

Comments
 (0)