RAGS - v1.10.0
Preparing search index...
service/hyprland
Client
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
at
class
fake
Fullscreen
floating
focus
History
ID
fullscreen
fullscreen
Mode
grouped
hidden
initial
Class
initial
Title
mapped
monitor
pid
pinned
size
swallowing
title
workspace
xwayland
Properties
address
address
:
string
at
at
:
[
number
,
number
]
class
class
:
string
fake
Fullscreen
fakeFullscreen
:
boolean
floating
floating
:
boolean
focus
History
ID
focusHistoryID
:
number
fullscreen
fullscreen
:
boolean
fullscreen
Mode
fullscreenMode
:
number
grouped
grouped
:
[
string
]
hidden
hidden
:
boolean
initial
Class
initialClass
:
string
initial
Title
initialTitle
:
string
mapped
mapped
:
boolean
monitor
monitor
:
number
pid
pid
:
number
pinned
pinned
:
boolean
size
size
:
[
number
,
number
]
swallowing
swallowing
:
string
title
title
:
string
workspace
workspace
:
{
id
:
number
;
name
:
string
}
xwayland
xwayland
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
address
at
class
fake
Fullscreen
floating
focus
History
ID
fullscreen
fullscreen
Mode
grouped
hidden
initial
Class
initial
Title
mapped
monitor
pid
pinned
size
swallowing
title
workspace
xwayland
RAGS - v1.10.0
Loading...
Hyprland client (window) state as returned by the IPC.