mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-28 04:20:03 +02:00
start: fix a missing ,
This commit is contained in:
parent
71bcd21871
commit
f122cd6e7c
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ local execute = {
|
|||
-- Default browser
|
||||
"xdg-mime default " .. config.browser .. ".desktop x-scheme-handler/http",
|
||||
"xdg-mime default " .. config.browser .. ".desktop x-scheme-handler/https",
|
||||
"xdg-mime default " .. config.browser .. ".desktop text/html"
|
||||
"xdg-mime default " .. config.browser .. ".desktop text/html",
|
||||
-- Default reader for PDF. See: https://wiki.archlinux.org/index.php/Default_Applications
|
||||
"xdg-mime default evince.desktop application/pdf"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue