Using same tags for both screens

This commit is contained in:
Guillaume Dott 2012-11-11 21:54:27 +01:00
parent 5b0f1fedce
commit 4ad5f37ee3

9
rc.lua
View File

@ -100,14 +100,11 @@ end
-- {{{ Shifty Tags -- {{{ Shifty Tags
shifty.config.tags = { shifty.config.tags = {
["1:default"] = { init = true, position = 1 }, ["1:default"] = { init = true, position = 1, screen = {1, 2} },
["2:prog"] = { init = true, position = 2 }, ["2:prog"] = { init = true, position = 2, screen = {1, 2} },
["3:www"] = { exclusive = true, max_clients = 1, position = 3, spawn = "firefox -P default"}, ["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"}, ["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 = { shifty.config.apps = {
{ match = {"Iceweasel.*", "Firefox.*", "Namoroka.*", "Minefield.*" }, tag = "3:www"}, { match = {"Iceweasel.*", "Firefox.*", "Namoroka.*", "Minefield.*" }, tag = "3:www"},