mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-26 03:38:33 +02:00
start: add image/x-apple-ios-png MIME type for PNG
This commit is contained in:
parent
1bc9da6c4a
commit
c0b7917c0a
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ local execute = {
|
|||
"text/html",
|
||||
-- Default MIME types
|
||||
"xdg-mime default evince.desktop application/pdf",
|
||||
"xdg-mime default gpicview.desktop image/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"
|
||||
}
|
||||
|
||||
-- Keyboard/Mouse configuration
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue