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 b3cbd650eb
commit 722f6ab7bb
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