sway

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

commit e5d2efbfc9a2e5ef46e46bad8934fe07e8769c7b
parent 84fae94ab9ca7fd148c786d224c49205a212882e
Author: Drew DeVault <sir@cmpwn.com>
Date:   Sun, 17 Apr 2016 11:38:12 -0400

Style issue

Diffstat:
Minclude/bar/status_line.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/bar/status_line.h b/include/bar/status_line.h @@ -23,7 +23,7 @@ struct status_block { char *name, *instance; bool separator; int separator_block_width; - bool markup; + bool markup; // Airblader features uint32_t background; uint32_t border;