sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit 3a9f4f8b31659ebae28405b76ccf8f90d2bf8afa
parent 947570e6df886146d225112f3b15a1deea66c4d8
Author: Drew DeVault <sir@cmpwn.com>
Date:   Tue,  2 Aug 2016 16:08:46 -0400

Merge pull request #820 from minus7/bar-wrap-scroll-fix

fixed uninitialized bar.wrap_scroll
Diffstat:
Msway/config.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/sway/config.c b/sway/config.c @@ -1118,6 +1118,7 @@ struct bar_config *default_bar_config(void) { bar->font = NULL; bar->height = -1; bar->workspace_buttons = true; + bar->wrap_scroll = false; bar->separator_symbol = NULL; bar->strip_workspace_numbers = false; bar->binding_mode_indicator = true;