Quickshell


HyprlandEvent: QtObject

uncreatable
import Quickshell.Hyprland

Live Hyprland IPC event. Holding this object after the signal handler exits is undefined as the event instance is reused.

Emitted by Go to Hyprland.rawEvent().

  • data string
    readonly

    The unparsed data of the event.

  • name string
    readonly

    The name of the event.

    See Hyprland Wiki: IPC for a list of events.

  • parse(argumentCount) list

    Property argumentCountint

    Parse this event with a known number of arguments.

    Argument count is required as some events can contain commas in the last argument, which can be ignored as long as the count is known.