sway

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

commit 8f19faf6e7b681640c0c247d11bf72bab9315633
parent d8f364a8460aa28cd0e859bfa1e84e37b7bdf6ef
Author: Jose Diez <jose.manuel.diez@gmail.com>
Date:   Mon, 10 Aug 2015 22:49:05 +0200

layout: fixed tabs

Diffstat:
Msway/layout.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sway/layout.h b/sway/layout.h @@ -31,7 +31,7 @@ struct sway_container { bool visible; - int weight; + int weight; char *name;