mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-02-26 01:40:18 -05:00
feat: add ipc dispatch
This commit is contained in:
parent
c64dd51b69
commit
cb4907510d
2 changed files with 24 additions and 0 deletions
|
|
@ -167,6 +167,13 @@ I would probably just submit raphi's patchset but I don't think that would be po
|
|||
<description summary="Quit maomao">This request allows clients to instruct the compositor to quit maomao.</description>
|
||||
</request>
|
||||
|
||||
<request name="dispatch" since="2">
|
||||
<description summary="Set the active tags of this output"/>
|
||||
<arg name="dispatch" type="string" summary="dispatch name."/>
|
||||
<arg name="arg1" type="string" summary="arg1."/>
|
||||
<arg name="arg2" type="string" summary="arg2."/>
|
||||
</request>
|
||||
|
||||
<!-- Version 2 -->
|
||||
<event name="fullscreen" since="2">
|
||||
<description summary="Update fullscreen status">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue