diff options
| author | Pablo Ovelleiro Corral <mail@pablo.tools> | 2023-03-23 11:56:56 +0100 |
|---|---|---|
| committer | Isaac Freund <mail@isaacfreund.com> | 2023-03-25 14:32:31 +0100 |
| commit | b3698150708bec276454c0ff7c707d9dab446b1e (patch) | |
| tree | 29d8e46789b4789c336b0fa0dc2ade2d1ee4031d /doc | |
| parent | e207a0e03a33a17cee40d4b2cecaef011293b38c (diff) | |
| download | river-b3698150708bec276454c0ff7c707d9dab446b1e.tar.gz river-b3698150708bec276454c0ff7c707d9dab446b1e.tar.xz | |
command/send-to-output: add -current-tags flag
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/riverctl.1.scd | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/riverctl.1.scd b/doc/riverctl.1.scd index 8e23619..7218a6c 100644 --- a/doc/riverctl.1.scd +++ b/doc/riverctl.1.scd @@ -50,10 +50,13 @@ over the Wayland protocol. Snap the focused view to the specified screen edge. The view will be set to floating. -*send-to-output* *next*|*previous*|*up*|*right*|*down*|*left*|_name_ +*send-to-output* [*-current-tags*] *next*|*previous*|*up*|*right*|*down*|*left*|_name_ Send the focused view to the next or previous output, the closest output in any direction or to an output by name. + - *-current-tags*: Assign the currently focused tags of the destination + output to the view. + *spawn* _shell_command_ Run _shell_command_ using `/bin/sh -c _shell_command_`. Note that *spawn* only takes a single argument. To spawn a command taking |
