]> git.sur5r.net Git - i3/i3/blobdiff - testcases/t/155-floating-split-size.t
Don't allow floating workspaces anymore.
[i3/i3] / testcases / t / 155-floating-split-size.t
index 7475f9c7bddd5e69814490978b8b38b9e58124a3..604b661e7da0edc716d65e661b2e8053c9c989f7 100644 (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
 #####################################################################