diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2016-07-17 11:26:38 -0400 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2016-07-17 11:26:38 -0400 |
| commit | dde738ae2ef08716e7a33caaa126ec9dd59b0892 (patch) | |
| tree | 66ed13164fef27ebf3c8a6106590f1b7ec432483 /include/bar | |
| parent | af25b4021fc9c7063a1b0a755123b749aa848da8 (diff) | |
Implement configurable wrapping on bar ws scroll
Diffstat (limited to 'include/bar')
| -rw-r--r-- | include/bar/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/bar/config.h b/include/bar/config.h index c0e3d2a7..c957caa7 100644 --- a/include/bar/config.h +++ b/include/bar/config.h @@ -27,6 +27,7 @@ struct config { char *mode; bool strip_workspace_numbers; bool binding_mode_indicator; + bool wrap_scroll; bool workspace_buttons; bool all_outputs; list_t *outputs; |
