]> git.sur5r.net Git - i3/i3/commit
Bugfix: Correctly place new windows below fullscreen windows (Thanks Moredread)
authorMichael Stapelberg <michael@stapelberg.de>
Sat, 12 Dec 2009 20:29:07 +0000 (21:29 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Sat, 12 Dec 2009 20:29:07 +0000 (21:29 +0100)
commit4afe65eea2b3a347ddbdca8fb52515e096970b3d
tree452633c50496b3c8ef60077af5fcb956f03a24b1
parentffe925f733d2840bba0083b433aa9dd7586dcd99
Bugfix: Correctly place new windows below fullscreen windows (Thanks Moredread)

This bug could happen if you have floating and tiling windows (for
example Firefox in tiling mode and its Open dialog in autmatically
floating mode) and you opened a new tiling window while in fullscreen.

i3 would then place the window below the floating windows, but
floating clients are above fullscreen windows. Thus, the client
would be placed above the fullscreen window.
src/client.c