RAGS - v1.10.0
    Preparing search index...

    Interface Workspace

    Hyprland workspace state as returned by the IPC.

    interface Workspace {
        hasfullscreen: boolean;
        id: number;
        lastwindow: string;
        lastwindowtitle: string;
        monitor: string;
        monitorID: number;
        name: string;
        windows: number;
    }
    Index

    Properties

    hasfullscreen: boolean
    id: number
    lastwindow: string
    lastwindowtitle: string
    monitor: string
    monitorID: number
    name: string
    windows: number