t/132-move-workspace: add missing sync_with_i3
This commit is contained in:
parent
54fd3d3480
commit
1b62feccac
|
@ -23,6 +23,7 @@ my $i3 = i3(get_socket_path());
|
|||
# We move the pointer out of our way to avoid a bug where the focus will
|
||||
# be set to the window under the cursor
|
||||
$x->root->warp_pointer(0, 0);
|
||||
sync_with_i3;
|
||||
|
||||
sub move_workspace_test {
|
||||
my ($movecmd) = @_;
|
||||
|
|
Loading…
Reference in New Issue