awesome/lib
Anurag Priyam 448583e87c rules: allow defining exceptions to a rule - except, and except_any
So you want to make all Firefox windows floating except the main window
(instance = Navigator). You can either list all possible windows in
rules and make them floating, or make all of them floating except one:

{ rule = { class = "Firefox" },
  except = { instance = "Navigator" },
  properties = {floating = true},
}

More examples in the docs.

Signed-off-by: Anurag Priyam <anurag08priyam@gmail.com>
Signed-off-by: Uli Schlachter <psychon@znc.in>
2011-03-29 09:26:24 +02:00
..
awful rules: allow defining exceptions to a rule - except, and except_any 2011-03-29 09:26:24 +02:00
gears gears.debug: Import 2010-10-22 14:49:12 +02:00
wibox awful.wibox: Fix for removal of screen property 2011-03-27 16:35:43 +02:00
beautiful.lua.in Be compatible to oopango 1.0 2010-10-06 15:11:20 +02:00
naughty.lua.in naughty: Fix for removal of screen property 2011-03-27 16:36:01 +02:00