-->
import Quickshell
Adjustment strategy for popups. See PopupAnchor.adjustment.
Adjustment flags can be combined with the |
operator.
Flip
will be applied first, then Slide
, then Resize
.
Alias for Flip | Slide | Resize
.
Alias for FlipX | FlipY
.
If the X axis is constrained, the popup will invert its horizontal gravity if any.
If the Y axis is constrained, the popup will invert its vertical gravity if any.
Alias for ResizeX | ResizeY
If the X axis is constrained, the width of the popup will be reduced to fit on screen.
If the Y axis is constrained, the height of the popup will be reduced to fit on screen.
Alias for SlideX | SlideY
.
If the X axis is constrained, the popup will slide along the X axis until it fits onscreen.
If the Y axis is constrained, the popup will slide along the Y axis until it fits onscreen.