mirror of
https://github.com/swaywm/sway.git
synced 2026-03-24 09:06:16 -04:00
Merge pull request #3083 from c-edw/feature/StripWorkspaceName
Implement strip_workspace_name.
This commit is contained in:
commit
bf7af9c690
16 changed files with 88 additions and 32 deletions
|
|
@ -581,6 +581,8 @@ json_object *ipc_json_describe_bar_config(struct bar_config *bar) {
|
|||
json_object_new_boolean(bar->workspace_buttons));
|
||||
json_object_object_add(json, "strip_workspace_numbers",
|
||||
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, "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