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:
@ -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
|
||||
#####################################################################
|
||||
|
Reference in New Issue
Block a user