l 2 mc: fix image + pdf integration
This commit is contained in:
parent
870b379dd9
commit
c156529060
|
@ -159,37 +159,25 @@ let
|
||||||
|
|
||||||
### Images ###
|
### Images ###
|
||||||
|
|
||||||
type/^GIF
|
shell/i/.gif
|
||||||
Include=image
|
Include=image
|
||||||
|
|
||||||
type/^JPEG
|
regex/i/\.jpe?g$
|
||||||
Include=image
|
Include=image
|
||||||
|
|
||||||
type/^PC\ bitmap
|
shell/i/.bmp
|
||||||
Include=image
|
Include=image
|
||||||
|
|
||||||
type/^PNG
|
shell/i/.png
|
||||||
Include=image
|
Include=image
|
||||||
|
|
||||||
type/^JNG
|
shell/i/.jng
|
||||||
Include=image
|
Include=image
|
||||||
|
|
||||||
type/^MNG
|
shell/i/.mng
|
||||||
Include=image
|
Include=image
|
||||||
|
|
||||||
type/^TIFF
|
shell/i/.tiff
|
||||||
Include=image
|
|
||||||
|
|
||||||
type/^PBM
|
|
||||||
Include=image
|
|
||||||
|
|
||||||
type/^PGM
|
|
||||||
Include=image
|
|
||||||
|
|
||||||
type/^PPM
|
|
||||||
Include=image
|
|
||||||
|
|
||||||
type/^Netpbm
|
|
||||||
Include=image
|
Include=image
|
||||||
|
|
||||||
shell/.ico
|
shell/.ico
|
||||||
|
@ -283,7 +271,7 @@ let
|
||||||
### Documents ###
|
### Documents ###
|
||||||
|
|
||||||
# PDF
|
# PDF
|
||||||
type/^PDF
|
shell/i/.pdf
|
||||||
Open=zathura %f
|
Open=zathura %f
|
||||||
View=zathura %f
|
View=zathura %f
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue