Re: [dev] [dwm] spawn a floating window

2010-08-09 Thread Pascal Wittmann
On 08/08/2010 11:23 AM, Sean Whitton wrote: Hi, On Sat, Aug 07, 2010 at 10:01:47PM +0200, Pascal Wittmann wrote: I tried to write a function that spawns a window/client and makes it floating, but with no success. I looked a the spawn function, but I have no idea how to get/alter the isfloating

Re: [dev] [dwm] spawn a floating window

2010-08-08 Thread Sean Whitton
Hi, On Sat, Aug 07, 2010 at 10:01:47PM +0200, Pascal Wittmann wrote: > I tried to write a function that spawns a window/client and makes it > floating, but with no success. I looked a the spawn function, but I > have no idea how to get/alter the isfloating value of the new client. > Simply taking

[dev] [dwm] spawn a floating window

2010-08-07 Thread Pascal Wittmann
Hi, I tried to write a function that spawns a window/client and makes it floating, but with no success. I looked a the spawn function, but I have no idea how to get/alter the isfloating value of the new client. Simply taking the selected one won't work. Example of use: You are reading a som