成実Musee <[email protected]> writes:

> 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.

exactly!

> Possibly has to do with an application with dialog boxes that hide beneath
> other windows. Pesky!

--
To unsubscribe, send mail to [email protected].

Reply via email to