testcases: don't sync_with_i3() before $x->input_focus
since input_focus calls it anyways
This commit is contained in:
committed by
Michael Stapelberg
parent
0702f1fb7b
commit
3a9d94bba4
@ -173,8 +173,6 @@ sub open_window {
|
||||
|
||||
$window->map;
|
||||
wait_for_map($window);
|
||||
# We sync with i3 here to make sure $x->input_focus is updated.
|
||||
sync_with_i3();
|
||||
return $window;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user