From c052b34f6d067dd90400f569bc471bdef8b15a34 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Fri, 2 Oct 2020 08:26:04 +0200 Subject: [PATCH] tags: spawn firefox by invoking firefox I have a wrapper in `$HOME/bin` for that... --- rc/tags.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc/tags.lua b/rc/tags.lua index 34f46e7..65cbaf7 100644 --- a/rc/tags.lua +++ b/rc/tags.lua @@ -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 = {