ipc: change border_style to human-readable string instead of enum value
This commit is contained in:
@ -30,7 +30,7 @@ my $expected = {
|
||||
focus => ignore(),
|
||||
focused => 0,
|
||||
urgent => 0,
|
||||
border => 0,
|
||||
border => 'normal',
|
||||
'floating_nodes' => ignore(),
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user