On Dec 2, 2011 6:43 AM, "Tomás Solar Castro" <[email protected]> wrote: > did you try this? > > awful.rules.rules = { > -- All clients will match this rule. > { rule = { }, > properties = { border_width = beautiful.border_width, > border_color = beautiful.border_normal, > focus = true, > keys = clientkeys, > buttons = clientbuttons, > floating = true, -- here > } }, > { rule = { class = "MPlayer" }, > properties = { tag = tags[1][1] } }, > etc...
I believe he wants it to actually be conditional - as in, not set all clients to floating when created, but to make the client ontop IF it is floating. Possibly has to do with an application with dialog boxes that hide beneath other windows. Pesky! Can this be done in rc.lua? You can probably modify the keybind that sets floating to true to also set ontop to true.
