aboutsummaryrefslogtreecommitdiff
path: root/protocol/river-status-unstable-v1.xml
diff options
context:
space:
mode:
authornovakane <mail@novakane.xyz>2021-08-12 16:16:23 +0200
committerIsaac Freund <ifreund@ifreund.xyz>2021-08-19 12:58:52 +0000
commite59c2a73d72853cb54f55eecc446f337c94cda24 (patch)
treef466b1cb205888e9bc76f5e5d6a254ad0611673e /protocol/river-status-unstable-v1.xml
parente9bfc5251eb0cc80678860d2b0cac0beb82c750b (diff)
downloadriver-e59c2a73d72853cb54f55eecc446f337c94cda24.tar.gz
river-e59c2a73d72853cb54f55eecc446f337c94cda24.tar.xz
river: implement xdg-activation-v1
- add a new "urgent" border color - add a new event to river-status-unstable-v1 Co-authored-by: Isaac Freund <ifreund@ifreund.xyz>
Diffstat (limited to 'protocol/river-status-unstable-v1.xml')
-rw-r--r--protocol/river-status-unstable-v1.xml12
1 files changed, 10 insertions, 2 deletions
diff --git a/protocol/river-status-unstable-v1.xml b/protocol/river-status-unstable-v1.xml
index e31da23..13affaa 100644
--- a/protocol/river-status-unstable-v1.xml
+++ b/protocol/river-status-unstable-v1.xml
@@ -16,7 +16,7 @@
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
</copyright>
- <interface name="zriver_status_manager_v1" version="1">
+ <interface name="zriver_status_manager_v1" version="2">
<description summary="manage river status objects">
A global factory for objects that receive status information specific
to river. It could be used to implement, for example, a status bar.
@@ -47,7 +47,7 @@
</request>
</interface>
- <interface name="zriver_output_status_v1" version="1">
+ <interface name="zriver_output_status_v1" version="2">
<description summary="track output tags and focus">
This interface allows clients to receive information about the current
windowing state of an output.
@@ -75,6 +75,14 @@
</description>
<arg name="tags" type="array" summary="array of 32-bit bitfields"/>
</event>
+
+ <event name="urgent_tags" since="2">
+ <description summary="tags of the output with an urgent view">
+ Sent once on binding the interface and again whenever the set of
+ tags with at least one urgent view changes.
+ </description>
+ <arg name="tags" type="uint" summary="32-bit bitfield"/>
+ </event>
</interface>
<interface name="zriver_seat_status_v1" version="1">