mirror of
https://github.com/swaywm/sway.git
synced 2025-11-25 06:59:48 -05: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
|
|
@ -100,6 +100,7 @@ struct bar_config *default_bar_config(void) {
|
|||
bar->wrap_scroll = false;
|
||||
bar->separator_symbol = NULL;
|
||||
bar->strip_workspace_numbers = false;
|
||||
bar->strip_workspace_name = false;
|
||||
bar->binding_mode_indicator = true;
|
||||
bar->verbose = false;
|
||||
bar->pid = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue