diff options
| author | Isaac Freund <ifreund@ifreund.xyz> | 2021-04-26 21:03:28 +0200 |
|---|---|---|
| committer | Isaac Freund <ifreund@ifreund.xyz> | 2021-04-27 00:10:20 +0200 |
| commit | e80b883a47d0a2fe3d42f42d1eb56969728ea162 (patch) | |
| tree | 6d81137a4b7afcc4cb1946b98f8fb79b11fc8dda /doc | |
| parent | 871fc7c8de172365bd18456c799ec8aacea9ee4a (diff) | |
| download | river-e80b883a47d0a2fe3d42f42d1eb56969728ea162.tar.gz river-e80b883a47d0a2fe3d42f42d1eb56969728ea162.tar.xz | |
river-layout: update to v2
This implements the changes to the river-layout protocol proposed
in the previous commit removing river-options.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/riverctl.1.scd | 10 | ||||
| -rw-r--r-- | doc/rivertile.1.scd | 11 |
2 files changed, 21 insertions, 0 deletions
diff --git a/doc/riverctl.1.scd b/doc/riverctl.1.scd index 7c9c3d5..96589d5 100644 --- a/doc/riverctl.1.scd +++ b/doc/riverctl.1.scd @@ -79,6 +79,16 @@ 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. + ## TAG MANAGEMENT Tags are similar to workspaces but more flexible. You can assign views multiple diff --git a/doc/rivertile.1.scd b/doc/rivertile.1.scd index fdab055..e94b39c 100644 --- a/doc/rivertile.1.scd +++ b/doc/rivertile.1.scd @@ -13,6 +13,17 @@ rivertile - Tiled layout generator for river *rivertile* is a layout client for river. It provides a simple tiled layout split main/secondary stacks. +# VALUES + +_main_location_ (string: top, bottom, left, or right) + The location of the main area in the layout. + +_main_count_ (int) + The number of views in the main area of the layout. + +_main_factor_ (fixed: [0.1, 0.9]) + The ratio of main area to total layout area. + # AUTHORS Maintained by Isaac Freund <ifreund@ifreund.xyz> who is assisted by open |
