From 33927c6a7d44948017a893f60140bb5ace993885 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Fri, 2 Oct 2020 08:49:21 +0200 Subject: [PATCH] Revert "tags: spawn firefox by invoking firefox" This reverts commit c052b34f6d067dd90400f569bc471bdef8b15a34. Instead, I am using my own .desktop file. Should be OK. --- rc/tags.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc/tags.lua b/rc/tags.lua index 65cbaf7..34f46e7 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 = "firefox", + spawn = "xdg-open about:newtab", icon = tagicon("web") }, emacs = {