]> git.sur5r.net Git - i3/i3/blobdiff - testcases/lib/i3test.pm
tests: explicitly set input hint
[i3/i3] / testcases / lib / i3test.pm
index a6b982bafd8e18b0b281ccc58ab104236950a1a5..212e78fd64f79b3aa8f58b296465860379f5bd74 100644 (file)
@@ -337,6 +337,7 @@ sub open_window {
     $args{name} //= 'Window ' . counter_window();
 
     my $window = $x->root->create_child(%args);
+    $window->add_hint('input');
 
     if ($before_map) {
         # TODO: investigate why _create is not needed