mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-01 05:44:20 +02:00
mime: update MIME handler for PDF
Newest applications are using vendor-name.desktop scheme.
This commit is contained in:
parent
bff16a840a
commit
c8ada41ed4
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ local execute = {
|
||||||
"x-scheme-handler/https " ..
|
"x-scheme-handler/https " ..
|
||||||
"text/html",
|
"text/html",
|
||||||
-- Default MIME types
|
-- Default MIME types
|
||||||
"xdg-mime default evince.desktop application/pdf",
|
"xdg-mime default org.gnome.Evince.desktop application/pdf",
|
||||||
"xdg-mime default gpicview.desktop image/png image/x-apple-ios-png image/jpeg image/jpg image/gif"
|
"xdg-mime default gpicview.desktop image/png image/x-apple-ios-png image/jpeg image/jpg image/gif"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue