From 2b2b78dd4dacfa3331032edeec5b361a04192018 Mon Sep 17 00:00:00 2001 From: Isaac Freund Date: Wed, 15 Jul 2020 12:42:20 +0200 Subject: command: split set-option into "toplevel" commands `riverctl set-option view_padding 10` becomes `riverctl view-padding 10` Having set-option doesn't really gain us anything and is more verbose as well as being slightly inaccurate as the changes instantly apply. --- doc/riverctl.1.scd | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) (limited to 'doc') diff --git a/doc/riverctl.1.scd b/doc/riverctl.1.scd index eef17cb..94b509c 100644 --- a/doc/riverctl.1.scd +++ b/doc/riverctl.1.scd @@ -88,6 +88,18 @@ that tag 1 through 9 are visible. ## CONFIGURATION COMMANDS +*background-color* _#RRGGBB_|_#RRGGBBAA_ + Set the background color. + +*border-color-focused* _#RRGGBB_|_#RRGGBBAA_ + Set the border color of focused views. + +*border-color-unfocused* _#RRGGBB_|_#RRGGBBAA_ + Set the border color of unfocused views. + +*border-width* _pixels_ + Set the border width to _pixels_. + *declare-mode* _name_ Create a new mode called _name_ for use in mappings. @@ -114,15 +126,11 @@ that tag 1 through 9 are visible. A mapping without modifiers can be created by passing an empty string as the modifiers argument. -*set-option* _option_ _value_ - Set _option_ to a specified _value_. List of valid options: +*outer-padding* _pixels_ + Set the padding around the edge of the screen to _pixels_. - - *background_color* _RGB/RGBA_hex_code_ - - *border_width* _non-negative_integer_ - - *border_color_focused* _RGB/RGBA_hex_code_ - - *border_color_unfocused* _RGB/RGBA_hex_code_ - - *outer_padding* _non-negative_integer_ - - *view_padding* _non-negative_integer_ +*view-padding* _pixels_ + Set the padding around the edge of each view to _pixels_. *xcursor-theme* _theme_name_ [_size_] Set the xcursor theme to _theme_name_ and optionally set the -- cgit v1.2.3