river/doc/rivertile.1.scd
Leon Henrik Plickat f08d37ab28 doc: unify scdoc style
This unifies the style of the man page source files. Most noticable are
the now consistent line endings at 80 chars (assuming a tabwidth of 8).
2020-12-13 01:19:27 +01:00

45 lines
979 B
Markdown

RIVERTILE(1) "github.com/ifreund/river" "General Commands Manual"
# NAME
rivertile - Tiled layout generator for river
# SYNOPSIS
*rivertile* *left*|*right*|*top*|*bottom* [args passed by river]
# DESCRIPTION
*rivertile* is a layout generator for river. It produces tiled layouts with
split master/secondary stacks in four configurable orientations.
# OPTIONS
*left*
Place the master stack on the left side of the output.
*right*
Place the master stack on the right side of the output.
*top*
Place the master stack at the top of the output.
*bottom*
Place the master stack at the bottom of the output.
# EXAMPLE
Set river's layout to *rivertile*'s *left* layout using riverctl
riverctl layout rivertile left
# AUTHORS
Maintained by Isaac Freund <ifreund@ifreund.xyz> who is assisted by open
source contributors. For more information about river's development, see
<https://github.com/ifreund/river>.
# SEE ALSO
*river-layouts*(7), *river*(1), *riverctl*(1)