sway

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

commit a588b326c24c65a691596bc9eb72ce9080d9de91
parent b314a8f2cc792aa59d8f12e5adb9aed2967af646
Author: emersion <contact@emersion.fr>
Date:   Mon, 16 Jul 2018 09:54:09 +0100

Merge pull request #2282 from RyanDwyer/fix-tab-split-focus

Fix tab split focus bug
Diffstat:
Msway/input/seat.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/sway/input/seat.c b/sway/input/seat.c @@ -649,6 +649,7 @@ void seat_set_focus_warp(struct sway_seat *seat, while (parent) { wl_list_remove(&parent->link); wl_list_insert(&seat->focus_stack, &parent->link); + container_set_dirty(parent->container); parent = seat_container_from_container(seat,