From 48d9839de4642d592ab0b52f6f2017386deb6b93 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sat, 8 Sep 2012 22:56:34 +0200 Subject: [PATCH] tags: start browser on second screen --- rc/tags.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/rc/tags.lua b/rc/tags.lua index b0ba5db..5160f12 100644 --- a/rc/tags.lua +++ b/rc/tags.lua @@ -13,6 +13,7 @@ shifty.config.tags = { exclusive = true, max_clients = 1, position = 3, + screen = math.max(screen.count(), 2), spawn = browser, icon = tagicon("web") },