On Wed, 16 Jan 2013, Marco wrote: > the man page states: > Mod4 + Shift + F1-9 > Tag marked clients with tag.
Does the awesome 3.5 man page say that? It shouldn't say that in version 3.5. > This raises the question “how to mark a client?”. I did not find > information about markings in the man page. You call the function awful.client.togglemarked from a keybinding. > I did not find information about markings in the man page. Because it was planned for removal from next awesome, what is now known as version 3.5. > What is a marked client and what can I do with it? You could mark N clients then perform some group action on the clients. Maximize all of them, kill all of them, move all of them to a new tag. You would do that by iterating on the table returned by the function awful.client.getmarked. -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A D8EE 2A93 996E 929F D5CB 31B7 D20A 0618 -- To unsubscribe, send mail to [email protected].
