sway

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

commit 42cbaf278cc96218e38662ba5cb84c7023968bc8
parent c8bf84c82d82e332c1bb83ff27c3df87576c892e
Author: Tadeo Kondrak <me@tadeo.ca>
Date:   Fri, 29 Jan 2021 19:16:57 -0700

text_input: Add support for focusing layer-shell surfaces

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 @@ -1234,6 +1234,7 @@ void seat_set_focus_surface(struct sway_seat *seat, wlr_seat_keyboard_notify_clear_focus(seat->wlr_seat); } + sway_input_method_relay_set_focus(&seat->im_relay, surface); seat_tablet_pads_notify_enter(seat, surface); }