From b2f13f5bcc072cd907c85de4d82315ffb386e6a1 Mon Sep 17 00:00:00 2001 From: Leon Henrik Plickat Date: Wed, 7 Oct 2020 03:00:57 +0200 Subject: Implement "move", "snap" and "resize" commands --- doc/riverctl.1.scd | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'doc/riverctl.1.scd') diff --git a/doc/riverctl.1.scd b/doc/riverctl.1.scd index 143d57e..14c73d7 100644 --- a/doc/riverctl.1.scd +++ b/doc/riverctl.1.scd @@ -53,6 +53,17 @@ used to control and configure river. negative floating point number (such as 0.05) where 1 corresponds to the whole screen. +*move* *up*|*down*|*left*|*right* _delta_ + Move the focused view in the specified direction by _delta_. The view will + be set to floating. + +*resize* *horizontal*|*vertical* _delta_ + Resize the view in the given orientation by _delta_. The view will be set to + floating. + +*snap* *up*|*down*|*left*|*right* + Snap the view to the specified screen edge. The view will be set to floating. + *send-to-output* *next*|*previous* Send the focused view to the next or the previous output. -- cgit v1.2.3