RAGS - v1.11.0
    Preparing search index...

    Interface Client

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

    interface Client {
        acceptsInput: boolean;
        address: string;
        at: [number, number];
        class: string;
        contentType: string;
        fakeFullscreen: boolean;
        floating: boolean;
        focusHistoryID: number;
        fullscreen: number;
        fullscreenClient: number;
        fullscreenMode: number;
        grouped: string[];
        hidden: boolean;
        inhibitingIdle: boolean;
        initialClass: string;
        initialTitle: string;
        mapped: boolean;
        monitor: number;
        overFullscreen: boolean;
        pid: number;
        pinned: boolean;
        size: [number, number];
        stableId: string;
        swallowing: string;
        tags: string[];
        title: string;
        visible: boolean;
        workspace: { id: number; name: string };
        xdgDescription: string;
        xdgTag: string;
        xwayland: boolean;
    }
    Index

    Properties

    acceptsInput: boolean
    address: string
    at: [number, number]
    class: string
    contentType: string
    fakeFullscreen: boolean
    floating: boolean
    focusHistoryID: number
    fullscreen: number
    fullscreenClient: number
    fullscreenMode: number
    grouped: string[]
    hidden: boolean
    inhibitingIdle: boolean
    initialClass: string
    initialTitle: string
    mapped: boolean
    monitor: number
    overFullscreen: boolean
    pid: number
    pinned: boolean
    size: [number, number]
    stableId: string
    swallowing: string
    tags: string[]
    title: string
    visible: boolean
    workspace: { id: number; name: string }
    xdgDescription: string
    xdgTag: string
    xwayland: boolean