aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorIsaac Freund <mail@isaacfreund.com>2021-10-31 22:32:59 +0100
committerIsaac Freund <mail@isaacfreund.com>2021-10-31 22:32:59 +0100
commit8757644b2a53dd976113ce5ee69c967f8a014f67 (patch)
treef90e624385ede64b0ae875a845983b42d4e81df9 /doc
parent8134b81283295ab8c339326cb992fce0be460be1 (diff)
downloadriver-8757644b2a53dd976113ce5ee69c967f8a014f67.tar.gz
river-8757644b2a53dd976113ce5ee69c967f8a014f67.tar.xz
docs: standardize on "layout generator"
This is likely more clear than "layout client" to most users.
Diffstat (limited to 'doc')
-rw-r--r--doc/riverctl.1.scd6
-rw-r--r--doc/rivertile.1.scd2
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/riverctl.1.scd b/doc/riverctl.1.scd
index e0c4753..410cb56 100644
--- a/doc/riverctl.1.scd
+++ b/doc/riverctl.1.scd
@@ -99,9 +99,9 @@ over the Wayland protocol.
the value set with *default-layout* if any.
*send-layout-cmd* _namespace_ _command_
- Send _command_ to the layout client on the currently focused output
- with the given _namespace_, if any. What commands a layout client
- understands depends on the layout client. For rivertile, see the
+ Send _command_ to the layout generator on the currently focused output
+ with the given _namespace_, if any. What commands a layout generator
+ understands depends on the layout generator. For rivertile, see the
documentation in the *rivertile*(1) man page.
## TAG MANAGEMENT
diff --git a/doc/rivertile.1.scd b/doc/rivertile.1.scd
index 7ac1722..f23c6cc 100644
--- a/doc/rivertile.1.scd
+++ b/doc/rivertile.1.scd
@@ -10,7 +10,7 @@ rivertile - tiled layout generator for river
# DESCRIPTION
-*rivertile* is a layout client for *river*(1). It provides a simple tiled
+*rivertile* is a layout generator for *river*(1). It provides a simple tiled
layout with split main/secondary stacks. The initial state may be configured
with various options passed on startup. Some values may additionally be
modified while rivertile is running with the help of *riverctl*(1).