On 09-10-12 21:32, Walter White wrote:
> Using signals:
>
> client.connect_signal("property::ontop",
> function(c)
> if c == client.focus then
> c.border_color = beautiful.border_focus
> elseif c.ontop then
> c.border_color = beautiful.border_ontop
> else
> c.border_color = beautiful.border_normal
> end
> end)
>
> Entirely untested, but something like this should work without adding
> anything to the keybinds.
Thanks, but I got a error:
attempt to call field '?' (a nil value)
on line:
client.connect_signal("property::ontop",
--
To unsubscribe, send mail to [email protected].