aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna (navi) Figueiredo Gomes <navi@vlhl.dev>2023-10-11 12:37:09 +0200
committerAnna (navi) Figueiredo Gomes <navi@vlhl.dev>2023-10-11 12:47:24 +0200
commitfe7ecebfcc1efb16761aa98882ff9c4baf5ac930 (patch)
tree9c8018d51ca8d0e2b048f3ad3b316e8f13cec66d
parenteacec33ae2d722404f4fb67072c56000814d5605 (diff)
ext-action-binder: add set_seat and set_app_id
Signed-off-by: Anna (navi) Figueiredo Gomes <navi@vlhl.dev>
-rw-r--r--staging/ext-action-binder/ext-action-binder-v1.xml19
1 files changed, 18 insertions, 1 deletions
diff --git a/staging/ext-action-binder/ext-action-binder-v1.xml b/staging/ext-action-binder/ext-action-binder-v1.xml
index ee4d1f9..d24d674 100644
--- a/staging/ext-action-binder/ext-action-binder-v1.xml
+++ b/staging/ext-action-binder/ext-action-binder-v1.xml
@@ -67,7 +67,8 @@
<request name="set_name">
<description summary="sets the namespace:name of a binding">
- Sets the namespace:name of the binding. This a kind of action.
+ This an action.
+ Sets the namespace:name of the binding.
</description>
<arg name="namespace" type="string" summary="the action namespace" />
<arg name="name" type="string" summary="the action name" />
@@ -75,13 +76,29 @@
<request name="set_description">
<description summary="sets the human-readable description of a binding">
+ This setting is optional.
This description may be used by the compositor to render a ui for bindings.
</description>
<arg name="description" type="string" summary="a human-readable description of what the binding does" />
</request>
+ <request name="set_app_id">
+ <description summary="sets an app_id for this binding">
+ This setting is optional.
+ </description>
+ <arg name="app_id" type="string" summary="app_id of the application requesting this bind"/>
+ </request>
+
+ <request name="set_seat">
+ <description summary="sets a target seat">
+ This setting is optional.
+ </description>
+ <arg name="seat" type="object" interface="wl_seat" summary="target seat"/>
+ </request>
+
<request name="set_trigger_hint">
<description summary="sets the machine-readable trigger of a binding">
+ This setting is optional.
The trigger is a suggestion to the compositor, and the action should not rely
to being set to that specific trigger.