From d657dc791bb4c771c9429a2d03ab021f1cb8075c Mon Sep 17 00:00:00 2001 From: Isaac Freund Date: Tue, 31 May 2022 18:09:03 +0200 Subject: river-status: add mode event to seat status This allows clients such as a status bar to display the currently active mode. --- protocol/river-status-unstable-v1.xml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'protocol/river-status-unstable-v1.xml') diff --git a/protocol/river-status-unstable-v1.xml b/protocol/river-status-unstable-v1.xml index 13affaa..6a74256 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. - + A global factory for objects that receive status information specific to river. It could be used to implement, for example, a status bar. @@ -85,7 +85,7 @@ - + This interface allows clients to receive information about the current focus of a seat. Note that (un)focused_output events will only be sent @@ -121,5 +121,13 @@ + + + + Sent once on binding the interface and again whenever a new mode + is entered (e.g. with riverctl enter-mode foobar). + + + -- cgit v1.2.3