You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> **Info:** Gestures require proper touchpad configuration. See [Input Devices](/docs/configuration/input) for touchpad settings like `tap_to_click` and `disable_while_typing`.
73
+
> **Info:** Gestures require proper touchpad configuration. See [Input Devices](/docs/configuration/input) for touchpad settings like `tap_to_click` and `trackpad_disable_while_typing`.
Copy file name to clipboardExpand all lines: docs/ipc.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,7 @@ description: Control mangowm programmatically using mmsg.
34
34
|`get tags <mon>`| Returns a JSON object containing the status of all tags on a monitor. |
35
35
|`get all-clients`| Returns a JSON array of all active clients. |
36
36
|`get all-monitors`| Returns a JSON array of all connected monitors. |
37
+
|`get all-devices`| Returns a JSON array of all physical input devices, grouped by libinput device group (`name`, `types`, `identifier`, `vendor`, `product`, `interfaces`, `matched`). |
37
38
|`get all-tags`| Returns a JSON object containing the status of all tags. |
38
39
|`get last_open_surface [<mon>]`| Returns the last focused surface name for a monitor,if the mon not set, it will get current monitor. |
39
40
@@ -42,6 +43,7 @@ description: Control mangowm programmatically using mmsg.
42
43
mmsg get monitor eDP-1
43
44
mmsg get all-clients
44
45
mmsg get all-monitors
46
+
mmsg get all-devices
45
47
mmsg get cursorpos
46
48
```
47
49
@@ -55,6 +57,7 @@ Subscribes the client to real-time updates. When the state changes, the server p
55
57
*`watch all-monitors`
56
58
*`watch all-tags`
57
59
*`watch all-clients`
60
+
*`watch all-devices` — streams the last input device (`name`, `type`) that triggered an event
0 commit comments