aboutsummaryrefslogtreecommitdiffstats
path: root/swaymsg
diff options
context:
space:
mode:
authorLibravatar Ranieri Althoff <ranisalt@gmail.com>2019-04-15 21:46:50 -0300
committerLibravatar Brian Ashworth <bosrsf04@gmail.com>2019-04-16 00:16:20 -0400
commitfd6903673b084ef16f18e228405cb50adf28550d (patch)
tree0ac0b33d4bb1f63ccea152781b0b4108ec699fc7 /swaymsg
parentAdd deprecation warnings for new_float, new_window, and force_focus_wrapping. (diff)
downloadsway-fd6903673b084ef16f18e228405cb50adf28550d.tar.gz
sway-fd6903673b084ef16f18e228405cb50adf28550d.tar.zst
sway-fd6903673b084ef16f18e228405cb50adf28550d.zip
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.c2
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) {
230 ); 230 );
231 } else { 231 } else {
232 printf( 232 printf(
233 "Output %s '%s %s %s' (inactive)", 233 "Output %s '%s %s %s' (inactive)\n",
234 json_object_get_string(name), 234 json_object_get_string(name),
235 json_object_get_string(make), 235 json_object_get_string(make),
236 json_object_get_string(model), 236 json_object_get_string(model),