layers: fix wonky focus on multimon

This commit is contained in:
vaxerski
2023-05-09 17:01:18 +01:00
parent cc4ccfdbfd
commit 7fde80f38e
2 changed files with 8 additions and 4 deletions

View File

@@ -21,6 +21,8 @@ struct SLayerSurface {
wlr_layer_surface_v1* layerSurface;
wl_list link;
bool keyboardExclusive = false;
CWLSurface surface;
std::list<CWLSurface> popupSurfaces;