Hi all,

I run xprop on a Firefox window and it comes up with this:

WM_CLASS(STRING) = "Navigator", "Firefox"

However I'm unsure of the Lua code to match against this. For example, this rule works:

    { rule = { class = "Firefox" },
      properties = { floating = true } },

But this one doesn't, it's just ignored:

    { rule = { class = "Navigator" },
      properties = { floating = false } },

I am trying to make Navigator+Firefox windows tiled, but any other Firefox windows floating over the top of them.

Are there any special conditions to match against windows with multiple classes?

Thanks,
Adam.

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

Reply via email to