Hello, We currently have a ~ prefix in tagrules which forces a client into the floating layer of a tag:
/MPlayer/ -> ~foo # put mplayer into floating layer of 'foo' tag So I propose an antonym ! prefix which forces a client into the managed layer: /MPlayer/ -> !foo # put mplayer into managed layer of 'foo' tag When one of these prefixes is not specified, wmii will decide which layer to put the client in: /MPlayer/ -> foo # put mplayer into 'foo' tag, wmii decides which layer Thanks for your consideration.