ipc: make 'focused' a bool
This commit is contained in:
@ -28,7 +28,7 @@ my $expected = {
|
||||
percent => undef,
|
||||
layout => 'default',
|
||||
focus => ignore(),
|
||||
focused => 0,
|
||||
focused => JSON::XS::false,
|
||||
urgent => JSON::XS::false,
|
||||
border => 'normal',
|
||||
'floating_nodes' => ignore(),
|
||||
|
Reference in New Issue
Block a user