Watch
1
0
Fork
You've already forked souveraine
0

dock/pill: reserve pill strip (dock floats above), pill swipe-up = dock gesture not home/keyboard

This commit is contained in:
Fimeg 2026-07-12 10:48:11 -04:00
commit ccb51820e5
2 changed files with 17 additions and 12 deletions

View file

@ -156,6 +156,10 @@ Scope { // Scope
bottom: true
left: true
right: true
// Reserve the pill's strip at the very bottom (pill is 26px +
// a hair of breathing room). The dock floats just above it so
// they never overlap and the pill stays touchable at all times.
margins.bottom: 32
}
exclusiveZone: root.dockState === Dock.DockState.Pinned ? implicitHeight - (Appearance.sizes.hyprlandGapsOut) - (Appearance.sizes.elevationMargin - Appearance.sizes.hyprlandGapsOut) : 0