aboutsummaryrefslogtreecommitdiff
path: root/doc/rivertile.1.scd
diff options
context:
space:
mode:
authorIsaac Freund <ifreund@ifreund.xyz>2020-06-16 17:06:24 +0200
committerIsaac Freund <ifreund@ifreund.xyz>2020-06-16 17:06:24 +0200
commit751760287c15e511ed4a9cd4f977e27673f07cb6 (patch)
tree282dcf53828fb313b20dd0cee66a872af16551c6 /doc/rivertile.1.scd
parente2c034b76a4f639c3962f1dd7b208c33e29628e4 (diff)
downloadriver-751760287c15e511ed4a9cd4f977e27673f07cb6.tar.gz
river-751760287c15e511ed4a9cd4f977e27673f07cb6.tar.xz
docs: add rivertile man page
Diffstat (limited to 'doc/rivertile.1.scd')
-rw-r--r--doc/rivertile.1.scd38
1 files changed, 38 insertions, 0 deletions
diff --git a/doc/rivertile.1.scd b/doc/rivertile.1.scd
new file mode 100644
index 0000000..3a7fd49
--- /dev/null
+++ b/doc/rivertile.1.scd
@@ -0,0 +1,38 @@
+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
+
+# SEE ALSO
+
+*river-layouts*(7), *river*(1), *riverctl*(1)