RAGS - v1.10.0
    Preparing search index...

    Interface Client

    Hyprland client (window) state as returned by the IPC.

    interface Client {
        address: string;
        at: [number, number];
        class: string;
        fakeFullscreen: boolean;
        floating: boolean;
        focusHistoryID: number;
        fullscreen: boolean;
        fullscreenMode: number;
        grouped: [string];
        hidden: boolean;
        initialClass: string;
        initialTitle: string;
        mapped: boolean;
        monitor: number;
        pid: number;
        pinned: boolean;
        size: [number, number];
        swallowing: string;
        title: string;
        workspace: { id: number; name: string };
        xwayland: boolean;
    }
    Index

    Properties

    address: string
    at: [number, number]
    class: string
    fakeFullscreen: boolean
    floating: boolean
    focusHistoryID: number
    fullscreen: boolean
    fullscreenMode: number
    grouped: [string]
    hidden: boolean
    initialClass: string
    initialTitle: string
    mapped: boolean
    monitor: number
    pid: number
    pinned: boolean
    size: [number, number]
    swallowing: string
    title: string
    workspace: { id: number; name: string }
    xwayland: boolean