mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-25 03:08:34 +02:00
start: add missing comma
This commit is contained in:
parent
2405862ac0
commit
1bc9da6c4a
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,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 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/jpeg image/jpg image/gif"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue