Quickshell


FloatingWindow: QsWindow

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

Properties [?]

  • maximumSize size

    Maximum window size given to the window system.

  • minimumSize size

    Minimum window size given to the window system.

  • title string

    Window title.

  • fullscreen bool

    Whether the window is currently fullscreen.

  • maximized bool

    Whether the window is currently maximized.

  • minimized bool

    Whether the window is currently minimized.

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.