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
This commit is contained in:
Ingo Bürk
2016-02-11 20:54:02 +01:00
parent e2d1f0f567
commit 9431ef16f6
2 changed files with 7 additions and 40 deletions

View File

@ -21,6 +21,9 @@ use i3test;
my $tmp = fresh_workspace;
open_window;
cmd 'split v';
#####################################################################
# open a window with 200x80
#####################################################################
@ -30,6 +33,8 @@ my $first = open_window({
background_color => '#FF0000',
});
cmd 'split h';
#####################################################################
# Open a second window with 300x90
#####################################################################