aboutsummaryrefslogtreecommitdiffstats
path: root/sway/config
diff options
context:
space:
mode:
authorLibravatar Connor E <38229097+c-edw@users.noreply.github.com>2018-11-17 16:11:28 +0000
committerLibravatar Connor E <38229097+c-edw@users.noreply.github.com>2018-11-17 16:11:28 +0000
commit4bd46fb079fb5a32ee6eb2b297de273b261a9c71 (patch)
tree81dfd95a863ae17de78a6c69a14dd5698c6de862 /sway/config
parentMerge pull request #3046 from tokyovigilante/relative-transform (diff)
downloadsway-4bd46fb079fb5a32ee6eb2b297de273b261a9c71.tar.gz
sway-4bd46fb079fb5a32ee6eb2b297de273b261a9c71.tar.zst
sway-4bd46fb079fb5a32ee6eb2b297de273b261a9c71.zip
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 8b88642e..94405a92 100644
--- a/sway/config/bar.c
+++ b/sway/config/bar.c
@@ -99,6 +99,7 @@ struct bar_config *default_bar_config(void) {
99 bar->wrap_scroll = false; 99 bar->wrap_scroll = false;
100 bar->separator_symbol = NULL; 100 bar->separator_symbol = NULL;
101 bar->strip_workspace_numbers = false; 101 bar->strip_workspace_numbers = false;
102 bar->strip_workspace_name = false;
102 bar->binding_mode_indicator = true; 103 bar->binding_mode_indicator = true;
103 bar->verbose = false; 104 bar->verbose = false;
104 bar->pid = 0; 105 bar->pid = 0;