tags: start browser on second screen

This commit is contained in:
Vincent Bernat 2012-09-08 22:56:34 +02:00
parent 7bc4e62635
commit 48d9839de4

View file

@ -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")
},