tags: put IM tag on the same screen as WWW tag

This commit is contained in:
Vincent Bernat 2012-09-26 11:44:03 +02:00
parent 608af4cc3d
commit c4312820ab

View file

@ -40,6 +40,7 @@ shifty.config.tags = {
position = 4, position = 4,
mwfact = 0.2, mwfact = 0.2,
exclusive = true, exclusive = true,
screen = math.max(screen.count(), 2),
icon = tagicon("im"), icon = tagicon("im"),
nopopup = true, -- don't give focus on creation nopopup = true, -- don't give focus on creation
} }