From 387279800e603df38c923d86079accafab17702f Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Mon, 3 Feb 2020 09:48:51 +0100 Subject: [PATCH] tags: use xdg-open This way, Firefox is the default via XDG --- rc/tags.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc/tags.lua b/rc/tags.lua index 2d83582..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 = "x-www-browser", + spawn = "xdg-open about:newtab", icon = tagicon("web") }, emacs = {