start: associate evince with application/pdf

Otherwise, it could be opened with GIMP. More voodoo here:
 https://wiki.archlinux.org/index.php/Default_Applications
This commit is contained in:
Vincent Bernat 2013-07-11 00:06:09 +02:00
parent 9adf371e95
commit 71bcd21871

View file

@ -24,6 +24,8 @@ local execute = {
"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"
-- Default reader for PDF. See: https://wiki.archlinux.org/index.php/Default_Applications
"xdg-mime default evince.desktop application/pdf"
}
-- Keyboard/Mouse configuration