tags: use x-www-browser instead of Firefox

This commit is contained in:
Vincent Bernat 2020-02-03 09:44:33 +01:00
parent 9150313d7a
commit 2c8bebbd12

View file

@ -17,7 +17,7 @@ shifty.config.tags = {
exclusive = true, exclusive = true,
max_clients = 1, max_clients = 1,
screen = math.min(screen.count(), 2), screen = math.min(screen.count(), 2),
spawn = "firefox", spawn = "x-www-browser",
icon = tagicon("web") icon = tagicon("web")
}, },
emacs = { emacs = {