]> git.sur5r.net Git - i3/i3/blobdiff - testcases/t/510-focus-across-outputs.t
Merge branch 'master' into next
[i3/i3] / testcases / t / 510-focus-across-outputs.t
index 7f68a2d50abe0c20063e25794cbb0d7f58de4895..2c6fd396ff5471e0e55c0faee59152978ee81b44 100644 (file)
@@ -39,22 +39,22 @@ cmd 'floating toggle';
 
 # Focus screen 1
 $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
 $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
 $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;