aboutsummaryrefslogtreecommitdiff
path: root/doc/riverctl.1.scd
diff options
context:
space:
mode:
authorIsaac Freund <ifreund@ifreund.xyz>2021-07-15 13:22:37 +0200
committerIsaac Freund <ifreund@ifreund.xyz>2021-07-20 10:48:11 +0200
commit2635f3299a77a89f4c09ec36c4110b21db0ea09f (patch)
treedaf9b24d79727a4d3f7d44dbace2843047a7db6f /doc/riverctl.1.scd
parent96e1082156f8606f74c2414f7d7decf1ab6bbcda (diff)
downloadriver-2635f3299a77a89f4c09ec36c4110b21db0ea09f.tar.gz
river-2635f3299a77a89f4c09ec36c4110b21db0ea09f.tar.xz
river-layout: update to v3
- Remove advertise_view and advertise_done events. Using the information provided by these for any purpose would make the layout far less predictable. Futhermore, in the months this has been available for use, to my knowledge nobody has actually used it for anything useful. - Replace the set/mod layout value events with a single user_command event. This simplifies the protocol and is more flexible for clients. - Add a layout_name argument to the commit request. This name is an arbitrary, user-facing string that might, for example, be displayed by a status bar. This was present in early drafts of the protocol, but was removed in favor of river-options. Since river-options itself has since been removed and this feature is nice to have, re-add it. - Rename main factor to main ratio in rivertile. The "factor" name was just legacy from dwm, "ratio" is much more accurate.
Diffstat (limited to 'doc/riverctl.1.scd')
-rw-r--r--doc/riverctl.1.scd14
1 files changed, 5 insertions, 9 deletions
diff --git a/doc/riverctl.1.scd b/doc/riverctl.1.scd
index a485a73..994c78d 100644
--- a/doc/riverctl.1.scd
+++ b/doc/riverctl.1.scd
@@ -90,15 +90,11 @@ over the Wayland protocol.
Set the layout namespace of currently focused output, overriding
the value set with *default-layout* if any.
-*set-layout-value* _namespace_ _type_ _name_ _value_
- Set the value with name _name_ of the layout on the focused output
- with matching namespace. If there is no matching layout, this command
- does nothing.
-
-*mod-layout-value* _namespace_ _type_ _name_ _value_
- Modify the value with name _name_ of the layout on the focused
- output with matching namespace. If there is no matching layout,
- this command does nothing.
+*send-layout-cmd* _namespace_ _command_
+ Send _command_ to the layout client on the currently focused output
+ with the given _namespace_, if any. What commands a layout client
+ understands depends on the layout client. For rivertile, see the
+ documentation in the *rivertile*(1) man page.
## TAG MANAGEMENT