Skip to content

Commit

Permalink
a better fix for issue1 in djpohly#235 , issue2 still exists
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed May 23, 2022
1 parent 8a0713d commit 90d9e99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dwl.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 90d9e99

Please sign in to comment.