remove mysterious code

Why would a surface that's not keyboard interactive get focused? Let's
remove this for now and see if issues arise.
This commit is contained in:
Guido Cella 2020-09-04 17:38:37 +02:00
parent 2d84c74657
commit 8e81c90f31
1 changed files with 0 additions and 7 deletions

7
dwl.c
View File

@ -600,13 +600,6 @@ arrangelayers(Monitor *m)
if (topmost)
wlr_seat_keyboard_notify_enter(seat, topmost->layer_surface->surface,
kb->keycodes, kb->num_keycodes, &kb->modifiers);
else if (
seat->keyboard_state.focused_surface
&& wlr_surface_is_layer_surface(seat->keyboard_state.focused_surface)
&& !wlr_layer_surface_v1_from_wlr_surface(seat->keyboard_state.focused_surface)
->current.keyboard_interactive
)
focusclient(NULL, selclient(), 1);
}
void