sway

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

commit 762a6736013281133f6119e1829e5d6d5cc79834
parent a5af3bce986d2bd25721f865c0c3dd37ff703eed
Author: Drew DeVault <sir@cmpwn.com>
Date:   Thu, 28 Jul 2016 19:45:58 -0400

Merge pull request #800 from zandrmartin/fix-swaybar-take-3

third try for #678
Diffstat:
Msway/handlers.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/sway/handlers.c b/sway/handlers.c @@ -269,6 +269,7 @@ static bool handle_view_created(wlc_handle handle) { wlc_view_set_mask(handle, VISIBLE); wlc_view_set_output(handle, panel_config->output); wlc_view_bring_to_front(handle); + arrange_windows(&root_container, -1, -1); return true; }