Re: Laptop and external screen on the fly

2012-03-04 Thread Adrian C.
diff rc.dualhead rc.singlehead 399c399 properties = { tag = tags[2][8] } }, Don't do this. Just use screen.count() instead of hard coded screen ID in a single rc.lua. It will return 1 to you with one screen and 2 with two screens. -- Adrian C. (anrxc) | anrxc..sysphere.org |

Float browser popups instead of tiling?

2012-03-04 Thread Esa-Matti Suuronen
Hi! Is it possible to make Awesome to float popups from Google Chrome or Firefox instead of just tiling them as normal windows? I find the current behavior bit inconvenient since often the popups are designed to be small and floating. Tiling kinda breaks the usability. Thanks. -- Esa-Matti

Re: Float browser popups instead of tiling?

2012-03-04 Thread Claudio Roberto França Pereira
Use xev to inspect windows and create a rule for it, just like you'd make for flash fullscreen windows. -- Claudio Roberto França Pereira On Sun, Mar 4, 2012 at 16:52, Esa-Matti Suuronen esa-ma...@suuronen.org wrote: Hi! Is it possible to make Awesome to float popups from Google Chrome or

Re: keygrabber api

2012-03-04 Thread Anurag Priyam
On Fri, Mar 2, 2012 at 1:20 PM, Uli Schlachter psyc...@znc.in wrote: However, I successfully started a program with the prompt (via pressing enter and all that) and still had this problem. This is the part which I still don't understand. I can't reproduce it. awful.prompt is quite messy that

Re: keygrabber api

2012-03-04 Thread Uli Schlachter
Morning, On 04.03.2012 10:41, Anurag Priyam wrote: On Fri, Mar 2, 2012 at 1:20 PM, Uli Schlachter psyc...@znc.in wrote: However, I successfully started a program with the prompt (via pressing enter and all that) and still had this problem. This is the part which I still don't understand.

Re: keygrabber api

2012-03-04 Thread Uli Schlachter
On 04.03.2012 11:27, Anurag Priyam wrote: On Sun, Mar 4, 2012 at 4:55 AM, Uli Schlachter psyc...@znc.in wrote: However, the second patch doesn't convince me: Please don't remove any return statements, but replace them with return (unless at the end of the function). There are three such

Re: keygrabber api

2012-03-04 Thread Anurag Priyam
On Sun, Mar 4, 2012 at 4:11 PM, Uli Schlachter psyc...@znc.in wrote: I guess that fixed your earlier issue? :-) It did :). Thanks! -- Anurag Priyam -- To unsubscribe, send mail to awesome-devel-unsubscr...@naquadah.org.

Re: Need help submitting menubar

2012-03-04 Thread Alexander Yakushev
Okay, the second try. I skimmed through Freedesktop's standards about .desktop files and icons themes/locations and added the respective notices in the utils.lua. About JPG icons: jpg format is not supported by the specification. Only png, xpf and svg; but svg is not supported by Awesome so