mirror of
https://github.com/swaywm/sway.git
synced 2025-11-02 09:01:40 -05:00
Add support for workspace_min_width bar option.
This commit is contained in:
parent
657587964e
commit
989123a2a5
13 changed files with 74 additions and 3 deletions
|
|
@ -1102,6 +1102,8 @@ json_object *ipc_json_describe_bar_config(struct bar_config *bar) {
|
|||
json_object_new_boolean(bar->strip_workspace_numbers));
|
||||
json_object_object_add(json, "strip_workspace_name",
|
||||
json_object_new_boolean(bar->strip_workspace_name));
|
||||
json_object_object_add(json, "workspace_min_width",
|
||||
json_object_new_int(bar->workspace_min_width));
|
||||
json_object_object_add(json, "binding_mode_indicator",
|
||||
json_object_new_boolean(bar->binding_mode_indicator));
|
||||
json_object_object_add(json, "verbose",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue