Hi,

@isa (amelgar) ~ :: awesome -v
awesome v3.4.10 (Exploder)



This lines of code dont look to work in my config...i dont apreciate the
change in the opacity...do they work for you??

strange?!! maybe something with beautiful??

thanks

2012/7/27 Marco <[email protected]>

> On 2012-07-27 wojtek danilo <[email protected]> wrote:
>
> Hi Wojtek,
>
> > Is it possible in awesome to darken not active windows?
>
> I know opacity is not darkness, but the following code might help
> you getting started:
>
> 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)
>
> > It really helps while working on some cntent and very clearly shows what
> > window we are currently working on :)
>
> You're totally right.
>
>
> Marco
>
>
>
> --
> To unsubscribe, send mail to [email protected].
>



-- 

*"An average user will saturate their cognitive capacity if they have more
than seven things to remember"*

Reply via email to