nuke get option

This commit is contained in:
Ernesto Cruz 2026-06-20 12:58:45 +01:00
parent fa4f144b9d
commit 94292e02fb
5 changed files with 1 additions and 260 deletions

View file

@ -25,7 +25,6 @@ description: Control mangowm programmatically using mmsg.
| :--- | :--- |
| `get version` | Returns the current version of the compositor. |
| `get cursorpos` | Returns the global pointer position (`x`, `y`) and the monitor under it. |
| `get option <name>` | Returns the current value of a scalar config option. Numbers as numbers, colors as `0xRRGGBBAA` strings, bezier curves as 4-element arrays. |
| `get keymode` | Returns the current active keyboard mode (e.g., normal, insert). |
| `get keyboardlayout` | Returns the active XKB layout (abbreviated). |
| `get monitor <name>` | Returns full JSON details for a specific monitor. |
@ -43,7 +42,7 @@ description: Control mangowm programmatically using mmsg.
mmsg get monitor eDP-1
mmsg get all-clients
mmsg get all-monitors
mmsg get option bordercolor
mmsg get cursorpos
```
### WATCH (Event Subscription)