summaryrefslogtreecommitdiffstats
path: root/sway/config
diff options
context:
space:
mode:
authorLibravatar emersion <contact@emersion.fr>2018-11-19 17:56:18 +0100
committerLibravatar GitHub <noreply@github.com>2018-11-19 17:56:18 +0100
commitbf7af9c690de1da94a5fa258747cd983cb61b707 (patch)
tree1b731331f1ea6ebb430a9bf4dbc1db482bc7ff5d /sway/config
parentMerge pull request #3152 from camoz/master (diff)
parentImplement strip_workspace_name. (diff)
downloadsway-bf7af9c690de1da94a5fa258747cd983cb61b707.tar.gz
sway-bf7af9c690de1da94a5fa258747cd983cb61b707.tar.zst
sway-bf7af9c690de1da94a5fa258747cd983cb61b707.zip
Merge pull request #3083 from c-edw/feature/StripWorkspaceName
Implement strip_workspace_name.
Diffstat (limited to 'sway/config')
-rw-r--r--sway/config/bar.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/config/bar.c b/sway/config/bar.c
index 7bca5f49..7009d0a0 100644
--- a/sway/config/bar.c
+++ b/sway/config/bar.c
@@ -100,6 +100,7 @@ struct bar_config *default_bar_config(void) {
100 bar->wrap_scroll = false; 100 bar->wrap_scroll = false;
101 bar->separator_symbol = NULL; 101 bar->separator_symbol = NULL;
102 bar->strip_workspace_numbers = false; 102 bar->strip_workspace_numbers = false;
103 bar->strip_workspace_name = false;
103 bar->binding_mode_indicator = true; 104 bar->binding_mode_indicator = true;
104 bar->verbose = false; 105 bar->verbose = false;
105 bar->pid = 0; 106 bar->pid = 0;