SmartPanel: added exclusiveKeyboard flag. Should fix launcher focus on hyprland.

This commit is contained in:
ItsLemmy
2025-11-12 08:00:59 -05:00
parent e35239d512
commit e67f27f58d
3 changed files with 10 additions and 1 deletions
+3
View File
@@ -43,6 +43,9 @@ Item {
// Edge snapping: if panel is within this distance (in pixels) from a screen edge, snap
property real edgeSnapDistance: 50
// Edge snapping: if panel is within this distance (in pixels) from a screen edge, snap
property bool exclusiveKeyboard: false
// Track whether panel is open
property bool isPanelOpen: false