aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/config.h
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 /include/sway/config.h
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 'include/sway/config.h')
-rw-r--r--include/sway/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/config.h b/include/sway/config.h
index 852d5576..5a355139 100644
--- a/include/sway/config.h
+++ b/include/sway/config.h
@@ -213,6 +213,7 @@ struct bar_config {
213 bool wrap_scroll; 213 bool wrap_scroll;
214 char *separator_symbol; 214 char *separator_symbol;
215 bool strip_workspace_numbers; 215 bool strip_workspace_numbers;
216 bool strip_workspace_name;
216 bool binding_mode_indicator; 217 bool binding_mode_indicator;
217 bool verbose; 218 bool verbose;
218 pid_t pid; 219 pid_t pid;