diff options
| author | Isaac Freund <ifreund@ifreund.xyz> | 2021-04-26 16:35:26 +0200 |
|---|---|---|
| committer | Isaac Freund <ifreund@ifreund.xyz> | 2021-04-27 00:10:20 +0200 |
| commit | a6f908d7ebfd94c20b27b54cf3275d7a078e3cae (patch) | |
| tree | 6ad8c0cc509e29d9de06afe5d9e217a6c26fb15e /doc | |
| parent | 84f5283889589b8972a8e1554416abbd7e88e593 (diff) | |
| download | river-a6f908d7ebfd94c20b27b54cf3275d7a078e3cae.tar.gz river-a6f908d7ebfd94c20b27b54cf3275d7a078e3cae.tar.xz | |
river: get rid of all server-created options
- Replace the layout option with new default-layout and output-layout
commands.
- Remove the ability to get/set the output title entirely.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/riverctl.1.scd | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/doc/riverctl.1.scd b/doc/riverctl.1.scd index a5c444d..8219af3 100644 --- a/doc/riverctl.1.scd +++ b/doc/riverctl.1.scd @@ -72,6 +72,13 @@ over the Wayland protocol. Bump the focused view to the top of the layout stack. If the top view in the stack is already focused, bump the second view. +*default-layout* _namespace_ + Set the layout namespace to be used by all outputs by default. + +*output-layout* _namespace_ + Set the layout namespace of currently focused output, overriding + the value set with *default-layout* if any. + ## TAG MANAGEMENT Tags are similar to workspaces but more flexible. You can assign views multiple @@ -283,17 +290,6 @@ the currently focused output may be targeted with the *-focused-output* flag. *mod-option* [*-output* _output_name_|*-focused-output*] _name_ _value_ Add _value_ to the value of the specified option. _value_ can be negative. -River declares certain default options which will always be available: - -*layout* (string) - The layout namespace used to determine which layout should arrange this - output. If set to null or no layout with this namespace exists for this - output, the output will enter floating mode. Defaults to null. - -*output_title* (string) - Changing this option changes the title of the wayland and X11 backend - outputs. - # EXAMPLES Bind bemenu-run to Super+P in normal mode: |
