summaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2016-07-17 11:26:38 -0400
committerDrew DeVault <sir@cmpwn.com>2016-07-17 11:26:38 -0400
commit3bb880bf207b40bc0cddcb9c449a738861e6791b (patch)
tree66ed13164fef27ebf3c8a6106590f1b7ec432483 /include/config.h
parenta9767ad2f742dc37896b3cae07d3ced80df28682 (diff)
Implement configurable wrapping on bar ws scroll
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index bf278ddb..87e23187 100644
--- a/include/config.h
+++ b/include/config.h
@@ -136,6 +136,7 @@ struct bar_config {
int height; // -1 not defined
int tray_padding;
bool workspace_buttons;
+ bool wrap_scroll;
char *separator_symbol;
bool strip_workspace_numbers;
bool binding_mode_indicator;