diff options
| author | Isaac Freund <ifreund@ifreund.xyz> | 2020-07-15 12:42:20 +0200 |
|---|---|---|
| committer | Isaac Freund <ifreund@ifreund.xyz> | 2020-07-15 12:42:20 +0200 |
| commit | 2b2b78dd4dacfa3331032edeec5b361a04192018 (patch) | |
| tree | 471a907eef1e43e8e5166c8a28c88d780633449c /doc/riverctl.1.scd | |
| parent | 6bdb152808c39bc3776c34e13c07b25d18272824 (diff) | |
| download | river-2b2b78dd4dacfa3331032edeec5b361a04192018.tar.gz river-2b2b78dd4dacfa3331032edeec5b361a04192018.tar.xz | |
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.
Diffstat (limited to 'doc/riverctl.1.scd')
| -rw-r--r-- | doc/riverctl.1.scd | 24 |
1 files changed, 16 insertions, 8 deletions
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 |
