mirror of
https://github.com/swaywm/sway.git
synced 2025-04-04 03:17:46 +03:00
Send disabled output available modes on IPC get_outputs
- Also fix missing trailing newline on pretty print Signed-off-by: Ranieri Althoff <1993083+ranisalt@users.noreply.github.com>
This commit is contained in:
parent
b2cfcebef6
commit
fd6903673b
2 changed files with 16 additions and 2 deletions
|
@ -230,7 +230,7 @@ static void pretty_print_output(json_object *o) {
|
|||
);
|
||||
} else {
|
||||
printf(
|
||||
"Output %s '%s %s %s' (inactive)",
|
||||
"Output %s '%s %s %s' (inactive)\n",
|
||||
json_object_get_string(name),
|
||||
json_object_get_string(make),
|
||||
json_object_get_string(model),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue