mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-03-23 05:35:53 -04:00
Add "ismaster" ipc protocol extension
This commit is contained in:
parent
fd8382a82c
commit
e9ad594357
3 changed files with 35 additions and 3 deletions
|
|
@ -190,7 +190,14 @@ I would probably just submit raphi's patchset but I don't think that would be po
|
|||
Indicates if the selected client on this output is floating.
|
||||
</description>
|
||||
<arg name="is_floating" type="uint" summary="If the selected client is floating. Nonzero is valid, zero invalid"/>
|
||||
</event>
|
||||
</event>
|
||||
|
||||
<event name="master" since="2">
|
||||
<description summary="Update the floating status">
|
||||
Indicates if the selected client on this output is master.
|
||||
</description>
|
||||
<arg name="is_master" type="uint" summary="If the selected client is master. Nonzero is valid, zero invalid"/>
|
||||
</event>
|
||||
|
||||
<event name="x" since="2">
|
||||
<description summary="Update the x coordinates">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue