Quickshell


PopupAdjustment: enum

import Quickshell

Adjustment strategy for popups. See Go to PopupAnchor.adjustment.

Adjustment flags can be combined with the | operator.

Flip will be applied first, then Slide, then Resize.

  • All

    Alias for Flip | Slide | Resize.

  • Flip

    Alias for FlipX | FlipY.

  • FlipX

    If the X axis is constrained, the popup will invert its horizontal gravity if any.

  • FlipY

    If the Y axis is constrained, the popup will invert its vertical gravity if any.

  • None
    No details provided
  • Resize

    Alias for ResizeX | ResizeY

  • ResizeX

    If the X axis is constrained, the width of the popup will be reduced to fit on screen.

  • ResizeY

    If the Y axis is constrained, the height of the popup will be reduced to fit on screen.

  • Slide

    Alias for SlideX | SlideY.

  • SlideX

    If the X axis is constrained, the popup will slide along the X axis until it fits onscreen.

  • SlideY

    If the Y axis is constrained, the popup will slide along the Y axis until it fits onscreen.