From a6f908d7ebfd94c20b27b54cf3275d7a078e3cae Mon Sep 17 00:00:00 2001 From: Isaac Freund Date: Mon, 26 Apr 2021 16:35:26 +0200 Subject: 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. --- doc/riverctl.1.scd | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) (limited to 'doc') 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: -- cgit v1.2.3