testcases: drop open_window()s $x parameter, use global one instead
This commit is contained in:
committed by
Michael Stapelberg
parent
e9acd36ce4
commit
fce7570f96
@ -13,9 +13,9 @@ my $tmp = fresh_workspace;
|
||||
cmd 'layout default';
|
||||
cmd 'split v';
|
||||
|
||||
my $top = open_window($x);
|
||||
my $mid = open_window($x);
|
||||
my $bottom = open_window($x);
|
||||
my $top = open_window;
|
||||
my $mid = open_window;
|
||||
my $bottom = open_window;
|
||||
|
||||
#
|
||||
# Returns the input focus after sending the given command to i3 via IPC
|
||||
|
Reference in New Issue
Block a user