Quickshell


FloatingWindow: QsWindow

import Quickshell

Standard toplevel operating system window that looks like any other application.

Properties [?]

  • title string

    Window title.

  • fullscreen bool

    Whether the window is currently fullscreen.

  • minimumSize size

    Minimum window size given to the window system.

  • minimized bool

    Whether the window is currently minimized.

  • maximumSize size

    Maximum window size given to the window system.

  • maximized bool

    Whether the window is currently maximized.

  • parentWindow QtObject

    The parent window of this window. Setting this makes the window a child of the parent, which affects window stacking behavior.

    NOTE

    This property cannot be changed after the window is visible.

Functions [?]

  • startSystemMove () bool

    Start a system move operation. Must be called during a pointer press/drag.

  • startSystemResize (edges) bool

    Property edges

    Start a system resize operation. Must be called during a pointer press/drag.