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

@ -12,6 +12,8 @@ static void usage(void) {
printf("One-shot queries (get):\n");
printf(
" get version Show compositor version\n");
printf(" get cursorpos Show pointer position + "
"monitor\n");
printf(" get keymode Show current keymode\n");
printf(" get keyboardlayout Show current keyboard "
"layout\n");