deactivate the focused client on overlay focus

This commit is contained in:
Guido Cella 2020-12-20 15:55:52 +01:00
parent a571ea465c
commit 13c7e039bb
1 changed files with 2 additions and 0 deletions

2
dwl.c
View File

@ -621,6 +621,8 @@ arrangelayers(Monitor *m)
&m->layers[layers_above_shell[i]], link) {
if (layersurface->layer_surface->current.keyboard_interactive &&
layersurface->layer_surface->mapped) {
// Deactivate the focused client.
focusclient(NULL, false);
wlr_seat_keyboard_notify_enter(seat, layersurface->layer_surface->surface,
kb->keycodes, kb->num_keycodes, &kb->modifiers);
return;