Hi
I set an application to multiple tags (2 and 3):
{ rule = { name = "xvkbd" },
properties = {floating = true},
callback = function(c) c:tags({tags[1][2],
tags[1][3]}) end },
It's working but I also want to enable titlebar for this particular
application. So I add another rule:
{ rule = { name = "xvkbd" },
properties = {floating = true},
callback = awful.titlebar.add,
callback = function(c) c:tags({tags[1][2],
tags[1][3]}) end },
Now titlebar is shown, but the 'multiple tags' part doesn't work anymore.
What am I missing here?
--
To unsubscribe, send mail to [email protected].