mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-23 18:28:34 +02:00
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:
parent
9adf371e95
commit
71bcd21871
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue