From c276bb20f22ce2ef4f14683b0d55f3c14407afed Mon Sep 17 00:00:00 2001 From: bbedward Date: Tue, 19 Aug 2025 15:50:19 -0400 Subject: [PATCH] exclusive focus modals --- Modals/DankModal.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();