diff --git a/Modals/DankModal.qml b/Modals/DankModal.qml index 2d2da732..6d953fcd 100644 --- a/Modals/DankModal.qml +++ b/Modals/DankModal.qml @@ -72,7 +72,7 @@ PanelWindow { color: "transparent" WlrLayershell.layer: WlrLayershell.Overlay WlrLayershell.exclusiveZone: -1 - WlrLayershell.keyboardFocus: shouldHaveFocus ? WlrKeyboardFocus.OnDemand : WlrKeyboardFocus.None + WlrLayershell.keyboardFocus: shouldHaveFocus ? WlrKeyboardFocus.Exclusive : WlrKeyboardFocus.None onVisibleChanged: { if (root.visible) { opened();