aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/config.h
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 /include/sway/config.h
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 '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 658b4a01..4927b8e0 100644
--- a/include/sway/config.h
+++ b/include/sway/config.h
@@ -224,6 +224,7 @@ struct bar_config {
224 bool wrap_scroll; 224 bool wrap_scroll;
225 char *separator_symbol; 225 char *separator_symbol;
226 bool strip_workspace_numbers; 226 bool strip_workspace_numbers;
227 bool strip_workspace_name;
227 bool binding_mode_indicator; 228 bool binding_mode_indicator;
228 bool verbose; 229 bool verbose;
229 pid_t pid; 230 pid_t pid;