Le 10/02/2010 11:23, Adam Nielsen a écrit : > Hi all, > > I run xprop on a Firefox window and it comes up with this: > > WM_CLASS(STRING) = "Navigator", "Firefox"
The first string is the instance, the second one is the class.
> I am trying to make Navigator+Firefox windows tiled, but any other
> Firefox windows floating over the top of them.
Here is a snippet from my rc.lua which does exactly that:
{ rule = { class = "Firefox" },
properties = { floating = true } },
{ rule = { class = "Firefox", instance = "Navigator" },
properties = { floating = false } },
Cheers,
--
Thomas/Schnouki
signature.asc
Description: OpenPGP digital signature
