From a84a7a38ec9b0df32c4e6a55175dddf9899033ce Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sun, 19 Apr 2020 10:51:40 +0200 Subject: [PATCH] Revert "firefox: starts with extension "Tabliss" instead of raw "about:newtab"" This reverts commit f873b7491e59ccb081b45490f1f54b77ca2c0d1c. We could associate x-scheme-handler/moz-extension to Firefox as well, but we could then just invoke Firefox directly in this case instead of relying on xdg-open. Let's keep the empty new tab for now. --- rc/tags.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc/tags.lua b/rc/tags.lua index b6a5f2b..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 = "xdg-open moz-extension://074de055-85e1-48fc-9fc9-d97dea948f8d/index.html", + spawn = "xdg-open about:newtab", icon = tagicon("web") }, emacs = {