mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-25 12:52:09 +00:00
left sidebar panelWindow size: account for bounciness
This commit is contained in:
parent
705a797971
commit
1929b6dc8e
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ Scope { // Scope
|
|||
}
|
||||
|
||||
exclusiveZone: sidebarRoot.pin ? sidebarWidth : 0
|
||||
implicitWidth: Appearance.sizes.sidebarWidthExtended
|
||||
implicitWidth: Appearance.sizes.sidebarWidthExtended + Appearance.sizes.elevationMargin
|
||||
WlrLayershell.namespace: "quickshell:sidebarLeft"
|
||||
// Hyprland 0.49: OnDemand is Exclusive, Exclusive just breaks click-outside-to-close
|
||||
// WlrLayershell.keyboardFocus: WlrKeyboardFocus.OnDemand
|
||||
|
|
|
|||
Loading…
Reference in a new issue