Re: [dwm] Floating children

2008-09-29 Thread Anselm R Garbe
2008/9/28 Carlos Pita [EMAIL PROTECTED]: as I'm no expert I would like to ask you about the possibility of opening clients that are children of a floating one as floating themselves, disregarding the current layout. If these clients set the TRANSIENT_FOR hint to reflect they are relatives to

Re: [dwm] Floating children

2008-09-29 Thread Donald Chai
On 9/28/08, Carlos Pita [EMAIL PROTECTED] wrote: I use a vanilla dwm, without any layout per tag facility. I like it this way but still some clients are cumbersome to manage. Which version of dwm? For example fluid, the gui designer for fltk, which follows the gimp and gaim ugly paradigm of

Re: [dwm] Floating children

2008-09-29 Thread Carlos Pita
Hi, relatives to some kind of main window, this will work out of the box. Otherwise not. You can ask the developers of these apps to set the TRANSIENT_FOR flag on these windows. The WM_TRANSIENT_FOR property (of type WINDOW) contains the ID of another top-level window. The implication is

Re: [dwm] Floating children

2008-09-29 Thread Carlos Pita
Is this fluid or fluid2? It's fluid. The future of fltk 2 is mostly uncertain http://www.fltk.org/poll.php?r23 so I stick to the main branch for now. Regards -Carlos

Re: [dwm] Floating children

2008-09-28 Thread Claudio
On Mon, Sep 29, 2008 at 12:03 AM, Carlos Pita [EMAIL PROTECTED]wrote: Hi, Hi. I'm a bit reluctant to patch dwm pertag just for this. I think it's more sensible to make floating client's children recursively floating. Why? It does exactly what you need if you use a tag only for that program.

Re: [dwm] Floating children

2008-09-28 Thread Antoni Grzymala
Claudio dixit (2008-09-29, 01:05): { Amsn, NULL, NULL, 11, True }, This is a bit off topic, but writing 2 instead of 11 might save you some typing next time :). -- [a] signature.asc Description: Digital signature

Re: [dwm] Floating children

2008-09-28 Thread Claudio
This is a bit off topic, but writing 2 instead of 11 might save you some typing next time :). Yes, you are right. Though i like to read some shift operator while scrolling my config.h ;-) THX