Quickshell


HyprlandToplevel: QtObject

uncreatable
import Quickshell.Hyprland

Represents a window as Hyprland exposes it. Can also be used as an attached object of a Toplevel, to resolve a handle to an Hyprland toplevel.

  • activated bool
    readonly

    Whether the toplevel is active or not

  • address string
    readonly

    Hexadecimal Hyprland window address. Will be an empty string until the address is reported.

  • handle HyprlandToplevel
    readonly

    The toplevel handle, exposing the Hyprland toplevel. Will be null until the address is reported

  • monitor HyprlandMonitor
    readonly

    The current monitor of the toplevel (might be null)

  • title string
    readonly

    The title of the toplevel

  • urgent bool
    readonly

    Whether the client is urgent or not

  • wayland Toplevel
    readonly

    The wayland toplevel handle. Will be null intil the address is reported

  • workspace HyprlandWorkspace
    readonly

    The current workspace of the toplevel (might be null)