El 02/12/11 07:00, Adam escribió:
I would like to make all floating clients ontop by default, not only
gimp. IsN't there a generic solution for this?
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...
--
To unsubscribe, send mail to [email protected].