Richard Heycock <r...@filterfish.org> writes:

> Excerpts from Adam's message of 2011-12-02 08:01:06 +1100:
>> Some applications, such as gimp. have windows that are floating by default.  
>> I
>> would like to make those windows also ontop.  Unfortunately when I add a
>> callback rule, the floating property of the client is always nil.
>>
>> client.add_signal(
>>    "property::floating",
>>    function(c)
>>       c.ontop=c.floating
>>    end
>>                  )
>>
>> does not work either.
>>
>> What am I doing wrong?
>
> You should be using rules:
>
>   awful.rules.rules = {
>     { rule = { class = "Gimp" }, properties = { floating = true } },
>   }
>
> See the FAQ for more details:
>
>    
> http://awesome.naquadah.org/wiki/FAQ#How_to_start_clients_on_specific_tags_and_others_as_floating.3F

I would like to make all floating clients ontop by default, not only
gimp.  IsN't there a generic solution for this?

-- 
To unsubscribe, send mail to awesome-unsubscr...@naquadah.org.

Reply via email to