From c4312820abe6e42c6b9622723381cdda376090a8 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Wed, 26 Sep 2012 11:44:03 +0200 Subject: [PATCH] tags: put IM tag on the same screen as WWW tag --- rc/tags.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/rc/tags.lua b/rc/tags.lua index 612639f..0a3a5ec 100644 --- a/rc/tags.lua +++ b/rc/tags.lua @@ -40,6 +40,7 @@ shifty.config.tags = { position = 4, mwfact = 0.2, exclusive = true, + screen = math.max(screen.count(), 2), icon = tagicon("im"), nopopup = true, -- don't give focus on creation }