Commit Graph

26 Commits

Author SHA1 Message Date
70ad2af8f4 docs: update URL in man pages
Also remove the redundant URL in the footer and the redundant
"General Commands Manual" text (scdoc adds that by default based on the
section it seems).
2024-04-15 11:23:05 +02:00
ed99d7bc14 docs: migrate to codeberg
wiki and release migration are TODO
2024-03-22 16:49:28 +01:00
7f1f9152f2 river: add -no-xwayland cli flag
Add a cli flag to disable xwayland at runtime even if river has been
built with xwayland support.
2024-02-19 17:27:25 +01:00
eed7d94557 docs: improve keyboard layout documentation
- Remove recommendation of XKB_* environment variables in river(1) as we
  now have a dedicated riverctl keyboard-layout command.

- Give an example of how to use and switch between multiple layouts in
  the riverctl(1) man page.
2022-12-28 20:43:54 +01:00
c4c0bece59 docs: fix typo in river(1) man page 2022-03-05 12:24:38 +01:00
20ca8a2051 docs: fix typo in river(1) man page 2022-01-23 12:09:27 +01:00
c9de08fa10 docs: update URLs for migration to riverwm github org 2021-11-01 11:28:43 +01:00
f2cf4b9455 common: use -h instead of -help
This doesn't really matter that much as unrecognized options will still
trigger a help message to be printed, but -h is much more standard so
lets make the predictable choice here while sticking to only single '-'
flags.
2021-11-01 00:34:15 +01:00
4cee1fb881 docs: assorted fixes/cleanups 2021-11-01 00:29:06 +01:00
e0784247b6 doc: update my (Isaac's) email address 2021-10-02 13:01:58 +02:00
ae871c2fee docs: Wayland should always be capitalized
This matches the style used on https://wayland.freedesktop.org/
2021-07-26 12:20:48 +02:00
c26d18647b river: simplify log levels exposed to the user 2021-07-24 20:45:58 +02:00
aa19a1a964 docs: add -help and -version options to man pages 2021-07-24 19:42:34 +02:00
b6212ba972 docs: improve formatting consistency 2021-07-20 02:31:24 +02:00
0063c722e5 river: remove system /etc dir from init search paths
A true "default" config doesn't make sense for river. Everyone who uses
river seriously will customize their init script. Futhermore, the
current behavior of embedding the install path of the default system
config in the river binary is complex and prone to breaking.
2021-07-17 16:04:51 +02:00
ce69cfc337 doc: remove outdated reference to river-layouts(1) 2021-05-03 13:36:52 +02:00
33fb7725c5 river: send SIGTERM to init command process group
Run the init command in a new process group and send SIGTERM to the
entire group on exit. Without doing this, only the sh invocation used
for the `sh -c` would receive SIGTERM.

This is particularly useful when starting a per-session server manager
as the init command.
2021-04-20 18:27:03 +02:00
397f40e405 docs: Improve clarity of river/riverctl man pages 2020-12-30 23:10:41 +01:00
53d4c12d41 docs: improve startup and config information 2020-12-30 20:29:45 +01:00
0c5e5a7b4a doc: Remove outdated configuration instructions 2020-12-13 01:19:27 +01:00
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
ab5e2f79e0 doc: add AUTHORS section to man pages 2020-11-11 20:44:41 +01:00
3752a7879b server: send SIGTERM to startup process on exit 2020-07-05 15:44:21 +02:00
1cc02603b2 docs: small man pages fixes and updates
- Previous hard-coded settings can be now be changes with riverctl or
  via environment variables
- Update "See also"
- Mod → Mod1
2020-06-17 12:14:23 +02:00
0efc04508b cli: allow setting log level with '-l' flag 2020-06-17 02:01:07 +02:00
b2986fedd5 docs: use scdoc instead of roff for man pages 2020-06-15 13:23:17 +02:00