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 } },
Thanks for the suggestions! They both work well and do exactly what I was after. Cheers, Adam. -- To unsubscribe, send mail to [email protected].
