From 71bcd2187105fde9e33535d9e3a22efef0f12efa Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Thu, 11 Jul 2013 00:06:09 +0200 Subject: [PATCH] start: associate evince with application/pdf Otherwise, it could be opened with GIMP. More voodoo here: https://wiki.archlinux.org/index.php/Default_Applications --- rc/start.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rc/start.lua b/rc/start.lua index e60b142..e9be164 100644 --- a/rc/start.lua +++ b/rc/start.lua @@ -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