Re: How to put new clients lower

2010-05-16 Thread Gregor Best
On Thu, May 13, 2010 at 08:45:54PM +1000, Adam Nielsen wrote: [...] This is good for apps that have already loaded, but is there also a way to do it, say, if you launch the app by typing into the Run box, then switch tags/screens? Is there a way to say that any windows spawned by that process

Re: Keeping spawned apps on original tag (was: How to put new clients lower)

2010-05-16 Thread Adam Nielsen
Yes, there is. awesome.spawn() returns the pid of the spawned process. You could store the tag and screen that's active when using the run prompt to spawn something and have the manage handler use these data when the client is finally managed. The pid of a client is stored in its .pid property.

Re: How to put new clients lower

2010-05-12 Thread Eyolf Østrem
On 12.05.2010 (12:59), Johannes Kimmel wrote: On 05/12/2010 06:54 AM, Tomás Solar Castro wrote: I've been using awesome for a long time ago, and I still can't find how to put a new client lower, or how to do not raise a new client. you can do this by changing the rules in your awesome rc.

Re: How to put new clients lower

2010-05-12 Thread Tomás Solar Castro
El Wed, 12 May 2010 12:59:52 +0200 Johannes Kimmel johannes.kim...@gmx.de escribió: you can do this by changing the rules in your awesome rc. ... { rule = { }, properties = { border_width = beautiful.border_width, border_color = beautiful.border_normal,