zathura reads postscript from ranger

This commit is contained in:
Luke Smith 2019-01-04 23:10:29 -05:00
parent 4b599e045a
commit e9d3070a23

View file

@ -166,6 +166,7 @@ ext pdf, has qpdfview, X, flag f = qpdfview "$@"
ext epub, has zathura, X, flag f = zathura -- "$@" ext epub, has zathura, X, flag f = zathura -- "$@"
ext epub, has mupdf, X, flag f = mupdf "$@" ext epub, has mupdf, X, flag f = mupdf "$@"
ext ps, has zathura, X, flag f = zathura -- "$@"
ext docx, has abiword, X, flag f = abiword "$@" ext docx, has abiword, X, flag f = abiword "$@"