mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-06-25 13:14:13 -04:00
feat(ipc): add 'get cursorpos' to mmsg
This commit is contained in:
parent
b3cbd650eb
commit
722f6ab7bb
4 changed files with 17 additions and 0 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue