mirror of
https://github.com/i3/i3.git
synced 2026-02-04 08:05:29 +00:00
t/294-focus-order.t: fix mark command (needs to use id=)
related to https://github.com/i3/i3/issues/3009
This commit is contained in:
committed by
Michael Stapelberg
parent
071aa15e51
commit
92345804dc
@ -297,7 +297,7 @@ cmp_tree(
|
||||
layout_before => 'S[a b] V[2 3 T[4 5* 6]]',
|
||||
layout_after => 'S[a b*]',
|
||||
cb => sub {
|
||||
cmd '[class=' . $_[0][3]->id . '] mark 3';
|
||||
cmd '[id=' . $_[0][3]->id . '] mark 3';
|
||||
cmd 'move to mark 3';
|
||||
|
||||
$windows[0] = $_[0][5];
|
||||
|
||||
Reference in New Issue
Block a user