tags: apps for second screen should go on second screen

Not on the third screen.
This commit is contained in:
Vincent Bernat 2015-08-10 09:05:55 +02:00
parent 3a1e52df3e
commit a5f5530c85

View file

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