Hi, Compton is a xcompmgr fork that handles opacity and dimming for inactive windows.
[*] http://github.com/chjj/compton On Sat, Oct 20, 2012 at 8:41 AM, Ignas Anikevicius <[email protected]> wrote: > > 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]. -- To unsubscribe, send mail to [email protected].
