Hello Marco and everybody,
On 19/10/12 09:55:16 +0200, Marco wrote:
> client.add_signal("focus",
> function(c)
> c.border_color = beautiful.border_focus;
> c.opacity = 1.0
> end)
>
> client.add_signal("unfocus",
> function(c)
> c.border_color = beautiful.border_normal;
> c.opacity = 0.8
> end)
>
Is it possible to extend this so that the inactive clients would get
dimmer and not transparent. As I understand I just need to overlay some
colour with transparency. Is it possible and where could I find any
documentation for different possibilities to use a compositing manager
with awesome?
Thanks a lot,
Ignas
--
To unsubscribe, send mail to [email protected].