add set_client_tags

This commit is contained in:
Raphael Robatsch
2021-10-26 16:17:07 +02:00
parent 4556789b0e
commit e17f9fd459
6 changed files with 33 additions and 13 deletions

View File

@@ -111,6 +111,15 @@
<arg name="toggle_tagset" type="uint"/>
</request>
<request name="set_client_tags">
<description summary="updates the tags of the focused client. changes are applied immediately.">
tags are updated as follows:
new_tags = (current_tags AND and_tags) XOR xor_tags
</description>
<arg name="and_tags" type="uint"/>
<arg name="xor_tags" type="uint"/>
</request>
<request name="set_layout">
<description summary="sets the active layout on this monitor. changes are applied immediately.">
</description>