Hi all,
in my awesome setup a workaround (?) is needed to always start a client in a 
specific tag in the *current* screen.

I tried with the following rule, but it doesn't its job:
{ rule = { class = "Chromium" }, properties = { tag = tags[mouse.screen][2] } 
}

Instead this one works:
{ rule = { class = "Chromium" }, callback = function(c) 
awful.client.movetotag(tags[mouse.screen][2], c) end }

Is this a bug or I am wrong?

-- 
Andrea
Arch Linux Developer

-- 
To unsubscribe, send mail to [email protected].

Reply via email to