feat(ipc): add 'get cursorpos' to mmsg

This commit is contained in:
Ernesto Cruz 2026-06-20 00:23:54 +01:00 committed by DreamMaoMao
parent 8e356692f6
commit 447bc67691
4 changed files with 17 additions and 0 deletions

View file

@ -21,6 +21,10 @@ All \fBget\fR commands print a single JSON object and then close the connection.
\fBget version\fR
Return compositor version.
.TP
\fBget cursorpos\fR
Return the global pointer position (\fBx\fR, \fBy\fR) and the monitor under it
(\fBnull\fR if over no output).
.TP
\fBget keymode\fR
Return current keymode.
.TP