]> git.sur5r.net Git - i3/i3/blobdiff - testcases/t/510-focus-across-outputs.t
Always explicitly set border widths on manage
[i3/i3] / testcases / t / 510-focus-across-outputs.t
index 7f68a2d50abe0c20063e25794cbb0d7f58de4895..afa0ddef77f3a925eecab1aa70b4816f7288468b 100644 (file)
@@ -38,23 +38,26 @@ my $third = open_window;
 cmd 'floating toggle';
 
 # Focus screen 1
+sync_with_i3;
 $x->root->warp_pointer(1025, 0);
-my $s1_ws = fresh_workspace;
 sync_with_i3;
+my $s1_ws = fresh_workspace;
 
 my $fourth = open_window;
 
 # Focus screen 2
+sync_with_i3;
 $x->root->warp_pointer(0, 769);
-my $s2_ws = fresh_workspace;
 sync_with_i3;
+my $s2_ws = fresh_workspace;
 
 my $fifth = open_window;
 
 # Focus screen 3
+sync_with_i3;
 $x->root->warp_pointer(1025, 769);
-my $s3_ws = fresh_workspace;
 sync_with_i3;
+my $s3_ws = fresh_workspace;
 
 my $sixth = open_window;
 my $seventh = open_window;