From 608af4cc3dfc1bb33ec0f3f2a1f086bcafd473f3 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Wed, 26 Sep 2012 11:43:40 +0200 Subject: [PATCH] tags: fix browser spawning when using "www" tag --- rc/tags.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rc/tags.lua b/rc/tags.lua index 1b08066..612639f 100644 --- a/rc/tags.lua +++ b/rc/tags.lua @@ -16,9 +16,8 @@ shifty.config.tags = { mwfact = 0.7, exclusive = true, max_clients = 1, - position = 3, screen = math.max(screen.count(), 2), - spawn = browser, + spawn = config.browser, icon = tagicon("web") }, emacs = {