diff --git a/dwl.c b/dwl.c index a514302ae..4299fc343 100644 --- a/dwl.c +++ b/dwl.c @@ -1227,6 +1227,7 @@ focusclient(Client *c, int lift) if (!c) { /* With no client, all we have left is to clear focus */ wlr_seat_keyboard_notify_clear_focus(seat); + dwl_input_method_relay_set_focus(input_relay, NULL); return; }