From 3bb880bf207b40bc0cddcb9c449a738861e6791b Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Sun, 17 Jul 2016 11:26:38 -0400 Subject: Implement configurable wrapping on bar ws scroll --- include/bar/config.h | 1 + include/config.h | 1 + 2 files changed, 2 insertions(+) (limited to 'include') 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; 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; -- cgit v1.2.3-54-g00ecf