it allow the following without failling:
-- force client on tag 5 to be floating and ontop
client.add_signal("new", function (c)
c:add_signal("tagged", function(c, t)
if t == tags[1][5] then
c.ontop = true
--yeah crappy but need to be set before floating
--awful.client.property.set(c, "floating_geometry", c:geometry())
awful.client.floating.set(c, true)
end
end)
end)
On Fri, Sep 4, 2009 at 1:34 PM, Julien Danjou<[email protected]> wrote:
> At 1252007132 time_t, Cedric GESTES wrote:
>> dont set the geometry of a floating windows when the geometry is empty
>
> What's the point of this patch? It should not change anything AFAICT.
>
> --
> Julien Danjou
> // ᐰ <[email protected]> http://julien.danjou.info
> // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD
> // Trust no one.
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.9 (GNU/Linux)
>
> iEYEARECAAYFAkqg+zkACgkQpGK1HsL+5c2suwCgsSFoucwpuhCtc8gFPTtNzl/Z
> Y2oAn2Kp1DUTTNMzORvE9NBB1+jAXAwC
> =r/36
> -----END PGP SIGNATURE-----
>
>
--
To unsubscribe, send mail to [email protected].