From 1b7c1c7b2cc1a410ccc63cbd91df71e1ae1ea53b Mon Sep 17 00:00:00 2001 From: lazy-dolphin Date: Tue, 9 Jun 2020 20:58:48 +0530 Subject: command: implement set-option Only border and padding options are currently available. --- doc/riverctl.1 | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'doc') diff --git a/doc/riverctl.1 b/doc/riverctl.1 index df59ffb..1b93f9f 100644 --- a/doc/riverctl.1 +++ b/doc/riverctl.1 @@ -159,6 +159,19 @@ can be any of the above commands. A mapping without modifiers can be created by passing an empty string as the modifiers argument. +.TP +.B set-option \c +.I option value +Set +.I option +to a specified +.IR value . +List of valid options: +.IP \(bu +border_width (non-negative integer) +.IP \(bu +outer_padding (non-negative integer) + .SH EXAMPLES Bind bemenu-run to Super+P: -- cgit v1.2.3