docs: improve formatting consistency
This commit is contained in:
parent
1fec079266
commit
b6212ba972
2 changed files with 5 additions and 5 deletions
|
@ -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.
|
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`
|
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
|
if such an executable exists. If `$XDG_CONFIG_HOME` is not set,
|
||||||
be used instead.
|
`~/.config/river/init` will be used instead.
|
||||||
|
|
||||||
Usually this executable is a shell script invoking *riverctl*(1) to create
|
Usually this executable is a shell script invoking *riverctl*(1) to create
|
||||||
mappings, start programs such as a layout generator or status bar, and
|
mappings, start programs such as a layout generator or status bar, and
|
||||||
|
|
|
@ -32,9 +32,9 @@ utility may be used to communicate with river over these protocols.
|
||||||
|
|
||||||
# CONFIGURATION
|
# CONFIGURATION
|
||||||
|
|
||||||
On startup river will run an executable file at `$XDG_CONFIG_HOME/river/init`
|
On startup river will run an executable file at $XDG_CONFIG_HOME/river/init if
|
||||||
if such an executable exists. If $XDG_CONFIG_HOME is not set, ~/.config/ will
|
such an executable exists. If $XDG_CONFIG_HOME is not set, ~/.config/river/init
|
||||||
be used instead.
|
will be used instead.
|
||||||
|
|
||||||
The executable init file will be run as a process group leader after river's
|
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,
|
wayland server is initialized but before entering the main loop. On exit,
|
||||||
|
|
Loading…
Reference in a new issue