tags: fix browser spawning when using "www" tag

This commit is contained in:
Vincent Bernat 2012-09-26 11:43:40 +02:00
parent 0f3a920e52
commit 608af4cc3d

View file

@ -16,9 +16,8 @@ shifty.config.tags = {
mwfact = 0.7, mwfact = 0.7,
exclusive = true, exclusive = true,
max_clients = 1, max_clients = 1,
position = 3,
screen = math.max(screen.count(), 2), screen = math.max(screen.count(), 2),
spawn = browser, spawn = config.browser,
icon = tagicon("web") icon = tagicon("web")
}, },
emacs = { emacs = {