I would like to change a tag assign to one screen and move it to the other screen with the clients inside it. following the api https://awesome.naquadah.org/doc/api/modules/awful.tag.html I see that I can move a tag, but it seems that it has to stay in the same screen... The only wait I see how to do it:
- create a new tag with the same name in the other screen
- move the clients in that new tag
- delete the old tag in the current monitor
- switch focus ...
but this seems like a horrible solution... any workaround?