From 90d9e997da5f934514271f379f6a1bc2621883d7 Mon Sep 17 00:00:00 2001 From: = <=> Date: Sun, 22 May 2022 09:54:30 +0800 Subject: [PATCH] a better fix for issue1 in https://github.com/djpohly/dwl/pull/235 , issue2 still exists --- dwl.c | 1 + 1 file changed, 1 insertion(+) 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; }