mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-08-02 09:14:25 +02:00
start: set gpicview as default image viewer
This commit is contained in:
parent
2dde09faa7
commit
5216c0482c
1 changed files with 2 additions and 1 deletions
|
@ -25,8 +25,9 @@ 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
|
||||
-- Default MIME types
|
||||
"xdg-mime default evince.desktop application/pdf"
|
||||
"xdg-mime default gpicview.desktop image/png image/jpeg image/jpg image/gif"
|
||||
}
|
||||
|
||||
-- Keyboard/Mouse configuration
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue