Fix double click on SidePanel to close
NPanel: remove WlrLayershell.keyboardFocus.OnDemand, only add it to specific panels.
This commit is contained in:
parent
9a4317739b
commit
65794b52ec
4 changed files with 13 additions and 1 deletions
|
|
@ -28,6 +28,9 @@ NPanel {
|
|||
panelAnchorBottom: launcherPosition.startsWith("bottom_")
|
||||
panelAnchorTop: launcherPosition.startsWith("top_")
|
||||
|
||||
// Enable keyboard focus for launcher (needed for search)
|
||||
panelKeyboardFocus: true
|
||||
|
||||
// Background opacity following bar's approach
|
||||
panelBackgroundColor: Qt.rgba(Color.mSurface.r, Color.mSurface.g, Color.mSurface.b,
|
||||
Settings.data.appLauncher.backgroundOpacity)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue