mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-23 10:18:34 +02:00
start: associate default browser to text/html too
This commit is contained in:
parent
8ef6690f60
commit
c31b1b848a
1 changed files with 2 additions and 1 deletions
|
@ -21,7 +21,8 @@ local execute = {
|
||||||
"xrdb -merge " .. awful.util.getdir("config") .. "/Xresources",
|
"xrdb -merge " .. awful.util.getdir("config") .. "/Xresources",
|
||||||
-- Default browser
|
-- Default browser
|
||||||
"xdg-mime default " .. config.browser .. ".desktop x-scheme-handler/http",
|
"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 x-scheme-handler/https",
|
||||||
|
"xdg-mime default " .. config.browser .. ".desktop text/html"
|
||||||
}
|
}
|
||||||
|
|
||||||
-- Keyboard/Mouse configuration
|
-- Keyboard/Mouse configuration
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue