mirror of
https://github.com/swaywm/sway
synced 2024-11-18 23:14:03 +01:00
swaybar: send trailing comma with click event json
This commit is contained in:
parent
9932c6a1f1
commit
87c93d6ad9
@ -214,7 +214,7 @@ enum hotspot_event_handling i3bar_block_send_click(struct status_line *status,
|
|||||||
json_object_object_add(event_json, "button", json_object_new_int(button));
|
json_object_object_add(event_json, "button", json_object_new_int(button));
|
||||||
json_object_object_add(event_json, "x", json_object_new_int(x));
|
json_object_object_add(event_json, "x", json_object_new_int(x));
|
||||||
json_object_object_add(event_json, "y", json_object_new_int(y));
|
json_object_object_add(event_json, "y", json_object_new_int(y));
|
||||||
if (dprintf(status->write_fd, "%s\n",
|
if (dprintf(status->write_fd, "%s,\n",
|
||||||
json_object_to_json_string(event_json)) < 0) {
|
json_object_to_json_string(event_json)) < 0) {
|
||||||
status_error(status, "[failed to write click event]");
|
status_error(status, "[failed to write click event]");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user