Re: Set opacity on a client fails when the client is fading

2011-10-20 Thread Zveroy
Forgot send mail to list. -- Forwarded message -- You must set focused client opacity after xcompgr end fading.  Try this code: fading_timer = timer({ timeout = 1.0 }) client.add_signal('focus', function(c)    c.opacity = 0.9    fading_timer:stop()    fading_timer.timeout = 1.0  

Re: Awesome screencast, part 2

2011-10-20 Thread Perry Hargrave
On Oct 20, 2011 6:07 PM, "Alexander Yakushev" wrote: > > Good evening, dear community, > > I have just released the second part of Awesome 101 screencast after such a long break (shame on me!). that is Awesome Nice job Alexander! -- Perry

Shifty and Revelation

2011-10-20 Thread Perry Hargrave
Shifty is now @ https://github.com/bioe007/awesome-shifty Revelation @ https://github.com/bioe007/awesome-revelation Updates to the wiki are pending. Is there an easy way to push a README.md as a wiki page? Or maybe just link to gh readme... I turned them both into lua modules so it's easier to

Awesome screencast, part 2

2011-10-20 Thread Alexander Yakushev
Good evening, dear community, I have just released the second part of Awesome 101 screencast after such a long break (shame on me!). This part is about basic controls and won't be illuminating for seasoned awesome warriors like you but it may play its role as an easy-diving guide for newcomers