mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-08 15:27:28 +00:00
SmartPanel: added exclusiveKeyboard flag. Should fix launcher focus on hyprland.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user