From 2c8bebbd12b1d83b566c1d4831b503cad84c3092 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Mon, 3 Feb 2020 09:44:33 +0100 Subject: [PATCH] tags: use x-www-browser instead of Firefox --- rc/tags.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc/tags.lua b/rc/tags.lua index 65cbaf7..2d83582 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 = "x-www-browser", icon = tagicon("web") }, emacs = {