On Fri, Oct 2, 2009 at 4:54 PM, Suraj Kurapati <sun...@gmail.com> wrote: > /MPlayer/ -> ~foo # put mplayer into floating layer of 'foo' tag > /MPlayer/ -> !foo # put mplayer into managed layer of 'foo' tag > /MPlayer/ -> foo # put mplayer into 'foo' tag, wmii decides which layer
I forgot to mention that these prefixes should be available when tagging clients (with multiple tags). For example: wmiir xwrite /client/sel/tags '~foo+!bar+baz-qux' This will put the current client into: ~foo # floating layer of 'foo' tag !bar # managed layer of 'bar' tag baz # 'baz' tag, wmii decides which layer And remove the current client from the 'qux' tag. Thanks for your consideration.