* Bert Münnich [23.02.2012 21:04]:
> On 20.02.12, Uli Armbruster wrote:
> > By default, floating clients are always on top of tiled clients. I'd
> > like to change this behavior to make it possible to use floating and
> > tiled clients together (either having the same tag or if multiple tags
>
On 20.02.12, Uli Armbruster wrote:
> By default, floating clients are always on top of tiled clients. I'd
> like to change this behavior to make it possible to use floating and
> tiled clients together (either having the same tag or if multiple tags
> are selected) so the currently selected clie
Look into the restack() function.
the code relevant to the floating window check would be moved
to one of the focus functions, I guess, so that when you focus a
floating window it'll get on top of others.
On 23 February 2012 17:11, Uli Armbruster wrote:
> * Ivan Kanakarakis [20.02.2012 14:20]:
* Ivan Kanakarakis [20.02.2012 14:20]:
> On 20 February 2012 15:16, Uli Armbruster
> wrote:
>
> > Hi there
> >
> > I'm willing to solve this by myself, despite my lack of real C-knowledge,
> > but I need some hints at least:
> >
> > By default, floating clients are always on top of tiled clients
* Ivan Kanakarakis [20.02.2012 14:20]:
> read how focus works (focus(..); unfocus(..);)
> and how and when XRaiseWindow is called
Thanks Ivan!
On 20 February 2012 15:16, Uli Armbruster wrote:
> Hi there
>
> I'm willing to solve this by myself, despite my lack of real C-knowledge,
> but I need some hints at least:
>
> By default, floating clients are always on top of tiled clients. I'd like
> to change this behavior to make it possible to
Hi there
I'm willing to solve this by myself, despite my lack of real C-knowledge, but I
need some hints at least:
By default, floating clients are always on top of tiled clients. I'd like to
change this behavior to make it possible to use floating and tiled clients
together (either having the