diff options
author | Ranieri Althoff <ranisalt@gmail.com> | 2019-04-15 21:46:50 -0300 |
---|---|---|
committer | Brian Ashworth <bosrsf04@gmail.com> | 2019-04-16 00:16:20 -0400 |
commit | fd6903673b084ef16f18e228405cb50adf28550d (patch) | |
tree | 0ac0b33d4bb1f63ccea152781b0b4108ec699fc7 /swaymsg | |
parent | b2cfcebef61087f819b55d2f815e62aa4a6f1a52 (diff) |
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>
Diffstat (limited to 'swaymsg')
-rw-r--r-- | swaymsg/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/swaymsg/main.c b/swaymsg/main.c index e2c43445..ccc847f5 100644 --- a/swaymsg/main.c +++ b/swaymsg/main.c @@ -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), |