sway

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

commit 1f4a590c18e123e7e44bacd3b7890ebcaf084b80
parent 5292860b9202336d721089ecc9b0f3906aa47a33
Author: Drew DeVault <sir@cmpwn.com>
Date:   Tue, 29 Dec 2015 08:22:39 -0500

Merge pull request #417 from mikkeloscar/remove-log-line

saybar: remove stray logline
Diffstat:
Mswaybar/main.c | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/swaybar/main.c b/swaybar/main.c @@ -548,8 +548,6 @@ void render_block(struct status_block *block, double *x, bool edge) { pos += block->border_right; } - sway_log(L_DEBUG, "%s", separator_symbol); - // render separator if (!edge && block->separator) { cairo_set_source_u32(window->cairo, colors.separator);