Expand testcase for urgency hint

This commit is contained in:
Michael Stapelberg 2009-11-20 15:56:18 +01:00
parent 29464dc791
commit 245e29ef95
1 changed files with 5 additions and 0 deletions

View File

@ -52,4 +52,9 @@ sleep 0.25;
$sock->write(i3test::format_ipc_command("9"));
sleep 0.25;
$sock->write(i3test::format_ipc_command("1"));
sleep 0.25;
my $std = i3test::open_standard_window($x);
sleep 0.25;
$std->add_hint('urgency');
sleep 1;