Re: Detach a transient from a frame
Tuomo Valkonen <[email protected]>
| Newsgroups | gmane.comp.window-managers.ion.general |
|---|---|
| Message-ID | <[email protected]> |
On 2007-05-28, Matthieu Moy <Matthieu.Moy-wMUr/[email protected]> wrote: > What am I missing? You have to make the client window the "bottom" of the group. (Set bottom=true in the attach parameter table). Also note that you don't need to attach the window separately to the group; you can attach it when creating the group with attach_new. (Set managed = { { reg = cwin, bottom = true, ... }, }, ) -- Tuomo