On 14-10-12 11:24, Uli Schlachter wrote:
> client.add_signal("manager", function(c),
^^ error
> c:add_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)
> end)
>
there is a error, without comma:
"client.add_signal("manager", function(c)"
but do nothing again
--
To unsubscribe, send mail to [email protected].
