Using Awesome Window Manager
, I am trying to tag one client to multiple screens. I tried to use the following configuration in my rc.lua
, but it does not work:
{ rule = { class = "<the class>" },
callback = function(c) c:tags({ tags[1][2], tags[2][2] }) end },
Am I missing something?