feat: add quit ipc handle

This commit is contained in:
DreamMaoMao 2025-03-23 19:57:55 +08:00
parent 07f4eac17b
commit 67cab097df
2 changed files with 14 additions and 0 deletions

View file

@ -178,4 +178,9 @@ I would probably just submit raphi's patchset but I don't think that would be po
<arg name="is_floating" type="uint" summary="If the selected client is floating. Nonzero is valid, zero invalid"/>
</event>
</interface>
<!-- maomao custom -->
<request name="quit">
<description summary="Quit maomao"/>
</request>
</protocol>