]> git.sur5r.net Git - i3/i3/commit
Don't allow floating workspaces anymore. 2210/head
authorIngo Bürk <ingo.buerk@tngtech.com>
Thu, 11 Feb 2016 19:54:02 +0000 (20:54 +0100)
committerIngo Bürk <ingo.buerk@tngtech.com>
Thu, 11 Feb 2016 20:25:50 +0000 (21:25 +0100)
commit9431ef16f652384c7a3fd85272d9692dc9061773
tree76527f3949e7ecffa4918bba430975da51ba274e
parente2d1f0f567bc986307ebde3ccd934d96e7c04808
Don't allow floating workspaces anymore.

This is essentially a revert of daf00a9 which introduced a mechanism
to float workspace containers by wrapping all children into a new
container and floating it.

This caused a bug and there's no good reason (anymore) to allow doing
this in the first place as we don't support floating nested containers.

fixes #2166
src/floating.c
testcases/t/155-floating-split-size.t