From 4ad5f37ee3078b06d9f2214d3c15c464cb1f444a Mon Sep 17 00:00:00 2001 From: Guillaume DOTT Date: Sun, 11 Nov 2012 21:54:27 +0100 Subject: [PATCH] Using same tags for both screens --- rc.lua | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/rc.lua b/rc.lua index 560552a..acd0646 100644 --- a/rc.lua +++ b/rc.lua @@ -100,14 +100,11 @@ end -- {{{ Shifty Tags shifty.config.tags = { - ["1:default"] = { init = true, position = 1 }, - ["2:prog"] = { init = true, position = 2 }, + ["1:default"] = { init = true, position = 1, screen = {1, 2} }, + ["2:prog"] = { init = true, position = 2, screen = {1, 2} }, ["3:www"] = { exclusive = true, max_clients = 1, position = 3, spawn = "firefox -P default"}, - ["4:im"] = { exclusive = true, init = true, position = 4 }, + ["4:im"] = { exclusive = true, init = true, position = 4, screen = {1, 2} }, ["5:mail"] = { exclusive = true, max_clients = 2, position = 5, spawn = "thunderbird"}, - ["6:default"] = { init = true, position = 6, screen = 2 }, - ["7:prog"] = { init = true, position = 7, screen = 2 }, - ["8:im"] = { exclusive = true, init = true, position = 8, screen = 2, mwfact = 0.65 }, } shifty.config.apps = { { match = {"Iceweasel.*", "Firefox.*", "Namoroka.*", "Minefield.*" }, tag = "3:www"},