diff options
| author | Isaac Freund <ifreund@ifreund.xyz> | 2020-05-19 18:22:22 +0200 |
|---|---|---|
| committer | Isaac Freund <ifreund@ifreund.xyz> | 2020-05-19 20:53:26 +0200 |
| commit | 569308d91b7d6ea19a283a3db4a612f9e5d881d7 (patch) | |
| tree | ad68bf4d5b6e1f9bb9d275a0ab7a17d7feb4da91 /protocol/river-window-management-unstable-v1.xml | |
| parent | 7cb6c5d75a067539065089c51a603cd1de705e12 (diff) | |
| download | river-569308d91b7d6ea19a283a3db4a612f9e5d881d7.tar.gz river-569308d91b7d6ea19a283a3db4a612f9e5d881d7.tar.xz | |
Implement sending command from riverctl
These commands are successfully received by the server, but not yet
executed.
Diffstat (limited to 'protocol/river-window-management-unstable-v1.xml')
| -rw-r--r-- | protocol/river-window-management-unstable-v1.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/protocol/river-window-management-unstable-v1.xml b/protocol/river-window-management-unstable-v1.xml index 3587ae5..71b37b6 100644 --- a/protocol/river-window-management-unstable-v1.xml +++ b/protocol/river-window-management-unstable-v1.xml @@ -27,7 +27,8 @@ A complete list of commands will be found in the man page. TODO: write the man page. </description> - <arg name="command" type="string" summary="the command to run"/> + <arg name="command" type="array" summary="the command to run as a series + of null-terminated strings"/> </request> <enum name="error"> |
