tags: spawn firefox by invoking firefox

I have a wrapper in `$HOME/bin` for that...
This commit is contained in:
Vincent Bernat 2020-10-02 08:26:04 +02:00
parent 9f68632f4c
commit c052b34f6d

View file

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