Re: Urxvt issue

2012-10-19 Thread Russell Adams
This also appears to occur with the Adobe PDF Reader. Every time the window updates it jumps back to the first screen. Thanks. On Thu, Oct 18, 2012 at 03:19:07AM -0500, Russell Adams wrote: > Each time I change the font size of a urxvt window which subsequently > resizes that window, it moves bac

Re: Release next major version - how bad could it be?

2012-10-19 Thread Bill Sun
Are you going to update the 'vicious' lib so that it can cope with the next major release? Regards. -- To unsubscribe, send mail to awesome-unsubscr...@naquadah.org.

Re: Release next major version - how bad could it be?

2012-10-19 Thread Benoît Zugmeyer
Don't worry about that, there will be a lua51 package, and the awesome package from community will be updated. Maintainers of AUR packages will have to do their job quickly but the main package should be fine. http://mailman.archlinux.org/pipermail/arch-dev-public/2012-September/023569.html -- Ben

Re: Widgets in external file

2012-10-19 Thread Uli Schlachter
Hi, On 18.10.2012 19:00, Manuel Kasser wrote: [...] >> However, with lua 5.2 module() was deprecated. :-) > Does that mean that "require" will work without the "module()"-line in > the required file? And if "module" handles the placing of stuff of foo > under foo.*, will that mean that this is als

Re: Release next major version - how bad could it be?

2012-10-19 Thread Uli Schlachter
Hi, On 19.10.2012 12:25, Adam Jimerson wrote: > On Thu, Oct 18, 2012 at 9:46 PM, Sébastien Luttringer wrote: >> On Thu, Oct 18, 2012 at 1:50 AM, Adrian C. wrote: >>> On Sat, 13 Oct 2012, Adrian C. wrote: >>> I hope there will be enough of us so we can keep patching it for future xcb may

Re: Release next major version - how bad could it be?

2012-10-19 Thread Adam Jimerson
On Thu, Oct 18, 2012 at 9:46 PM, Sébastien Luttringer wrote: > On Thu, Oct 18, 2012 at 1:50 AM, Adrian C. wrote: > > On Sat, 13 Oct 2012, Adrian C. wrote: > > > >> I hope there will be enough of us so we can keep patching it for > >> future xcb maybe even lua 5.2. > > > > To clarify, those devils

Re: What's the ":" for in lua?

2012-10-19 Thread Alexander Yakushev
On 10/19/2012 11:43 AM, Manuel Kasser wrote: Hi, I've got a question not especially concerning awesome, but I'm sure some of you will know it: What's the ":"-operator for when I use it on an object (e.g. string:name() if that is a valid example). Searching for it with my standard search engine di

Re: What's the ":" for in lua?

2012-10-19 Thread Clément DÉMOULINS
On 19/10/2012 10:43, Manuel Kasser wrote: > Hi, > I've got a question not especially concerning awesome, but I'm sure some > of you will know it: What's the ":"-operator for when I use it on an > object (e.g. string:name() if that is a valid example). > Searching for it with my standard search engi

What's the ":" for in lua?

2012-10-19 Thread Manuel Kasser
Hi, I've got a question not especially concerning awesome, but I'm sure some of you will know it: What's the ":"-operator for when I use it on an object (e.g. string:name() if that is a valid example). Searching for it with my standard search engine didn't help because I get a lot of lua-tutorials

Re: How do you people handle sound? Show your solution

2012-10-19 Thread Clément DÉMOULINS
On 19/10/2012 02:42, Juan Antonio Zuloaga Mellino wrote: > I can't remember if I made it, stole it or both, but this is my ugly > workaround for pulse audio > > calling paMuteToggle() doest what you'd expect. > With no parameters changes all the sinks to the opposite state of the > first sink. > Y

Re: Setting transparency of unfocused window?

2012-10-19 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 19/10/12 09:55, Marco wrote: > 2012-10-19 Rainer M Krug: > > Hi Rainer > >> like to set opacity / transparency of unfocussed windows to e.g. 0.5. >> >> How can I do that? > > client.add_signal("focus", function(c) c.border_color = > beautiful.b

Re: Setting transparency of unfocused window?

2012-10-19 Thread Marco
2012-10-19 Rainer M Krug: Hi Rainer > like to set opacity / transparency of unfocussed windows to e.g. 0.5. > > How can I do that? client.add_signal("focus", function(c) c.border_color = beautiful.border_focus; c.opacity = 1.0 end) client.add_signal("unfocus", function(c) c.b

Setting transparency of unfocused window?

2012-10-19 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi I started using xcompmngr (unagi gives a black bar behind awn) and it works nicely. But I would like to set opacity / transparency of unfocussed windows to e.g. 0.5. How can I do that? I am using aweesome on ubuntu precise: awesome v3.4.11 (Pi