mirror of
https://github.com/swaywm/sway.git
synced 2025-10-29 05:40:18 -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
|
|
@ -30,6 +30,7 @@ struct swaybar_config *init_config(void) {
|
|||
config->hidden_state = strdup("hide");
|
||||
config->sep_symbol = NULL;
|
||||
config->strip_workspace_numbers = false;
|
||||
config->strip_workspace_name = false;
|
||||
config->binding_mode_indicator = true;
|
||||
config->wrap_scroll = false;
|
||||
config->workspace_buttons = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue