mode (0x80000002)¶
Send when the current mode of the compositor changes.
The change field is one of the modes listed by
GET_BINDING_MODES: default, resize, dragging,
moving, or overview (the window overview/spread is on screen).
Payload¶
{
"change": "string",
"pango_markup": true // Always true
}
Eample¶
{
"change": "resize",
"pango_markup": true
}