aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIsaac Freund <ifreund@ifreund.xyz>2021-07-20 02:20:02 +0200
committerIsaac Freund <ifreund@ifreund.xyz>2021-07-20 02:31:24 +0200
commitb6212ba972f7e69c5e4296ab66367754af1348cd (patch)
treee9f1b966eb1776293ddf0d27eb1032d5e642a95b
parent1fec0792667a1d36cbd2440e4459bfbbcd0fe88c (diff)
downloadriver-b6212ba972f7e69c5e4296ab66367754af1348cd.tar.gz
river-b6212ba972f7e69c5e4296ab66367754af1348cd.tar.xz
docs: improve formatting consistency
-rw-r--r--README.md4
-rw-r--r--doc/river.1.scd6
2 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 27d4d47..3b64ade 100644
--- a/README.md
+++ b/README.md
@@ -59,8 +59,8 @@ River can either be run nested in an X11/wayland session or directly
from a tty using KMS/DRM. Simply run the `river` command.
On startup river will run an executable file at `$XDG_CONFIG_HOME/river/init`
-if such an executable exists. If $XDG_CONFIG_HOME is not set, ~/.config/ will
-be used instead.
+if such an executable exists. If `$XDG_CONFIG_HOME` is not set,
+`~/.config/river/init` will be used instead.
Usually this executable is a shell script invoking *riverctl*(1) to create
mappings, start programs such as a layout generator or status bar, and
diff --git a/doc/river.1.scd b/doc/river.1.scd
index 0ca73bf..24652a3 100644
--- a/doc/river.1.scd
+++ b/doc/river.1.scd
@@ -32,9 +32,9 @@ utility may be used to communicate with river over these protocols.
# CONFIGURATION
-On startup river will run an executable file at `$XDG_CONFIG_HOME/river/init`
-if such an executable exists. If $XDG_CONFIG_HOME is not set, ~/.config/ will
-be used instead.
+On startup river will run an executable file at $XDG_CONFIG_HOME/river/init if
+such an executable exists. If $XDG_CONFIG_HOME is not set, ~/.config/river/init
+will be used instead.
The executable init file will be run as a process group leader after river's
wayland server is initialized but before entering the main loop. On exit,