tags: use xdg-open

This way, Firefox is the default via XDG
This commit is contained in:
Vincent Bernat 2020-02-03 09:48:51 +01:00
parent 2c8bebbd12
commit 387279800e

View file

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