Hi,
I've got a problem concerning a set of rules which isn't working as
expected.
I have a tag "music" and I want to have the vlc media player opened
tiled on this tag but floating on all other tags.
To archieve this I wrote two rules. functions.getTagByPattern definitely
returns the mentioned "music"-tag.
The first rule shall make sure that the player is opened tiled on the
music-tag:
> { rule = { class = "Vlc", tag = functions.getTagByPattern("music") },
properties = { floating = false }, callback = awful.client.setslave }

The second one shall ensure that vlc is opened floating on the other tags:
> {rule = { class = "Vlc"}, except_any = { tag =
functions.getTagByPattern("music") }, properties = { floating = true } }

Both are executed (or at least written in the rules-table in rc.lua) in
the order I wrote them.

Unfortunately they don't seem to have any effect.

Does someone spot an error of any kind in there? At least it is accepted
syntactically by awesome.

Thanks,
Manuel

-- 
To unsubscribe, send mail to [email protected].

Reply via email to