Recognize PDFs by mimetype

This commit is contained in:
Felix Van der Jeugt 2020-09-25 10:25:57 +02:00
parent 6dd70f565e
commit 3c13ba125b
No known key found for this signature in database
GPG Key ID: 58B209295023754D
1 changed files with 2 additions and 0 deletions

View File

@ -145,6 +145,8 @@ mime ^video, terminal, !X, has mplayer = mplayer -- "$@"
#-------------------------------------------
# Documents
#-------------------------------------------
mime application/pdf, has zathura, X, flag f = zathura -- "$@"
ext pdf, has llpp, X, flag f = llpp "$@"
ext pdf, has zathura, X, flag f = zathura -- "$@"
ext pdf, has mupdf, X, flag f = mupdf "$@"