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).
This commit is contained in:
Leon Henrik Plickat
2020-12-13 00:51:51 +01:00
committed by Isaac Freund
parent b2b1a1f5e1
commit f08d37ab28
4 changed files with 103 additions and 86 deletions

View File

@ -1,7 +1,8 @@
RIVER(1) "github.com/ifreund/river" "General Commands Manual"
# NAME
river - dynamic tiling Wayland compositor
river - Dynamic tiling Wayland compositor
# SYNOPSIS
@ -9,19 +10,19 @@ river - dynamic tiling Wayland compositor
# DESCRIPTION
*river* is a dynamic tiling Wayland compositor inspired by dwm and
bspwm based on wlroots and written in Zig.
*river* is a dynamic tiling Wayland compositor inspired by dwm and bspwm based
on wlroots and written in Zig.
# OPTIONS
*-c* _shell_command_
Run a shell command or give the path to a script that will be run
after river's wayland server is initialized but before entering the
main loop. You may use this to configure river and define keymaps
using *riverctl*(1), start programs such as a status bar, or perhaps
run a service manager. If the process started by this flag is still
running when river exits, river will send SIGTERM and and wait for it
to terminate.
Run a shell command or give the path to a script that will be run after
river's wayland server is initialized but before entering the main
loop. You may use this to configure river and define keymaps using
*riverctl*(1), start programs such as a status bar, or perhaps run a
service manager. If the process started by this flag is still running
when river exits, river will send SIGTERM and and wait for it to
terminate.
*-l* _log_level_
Set the log level of river to a value from 0 to 7 with 0 being the
@ -30,8 +31,8 @@ bspwm based on wlroots and written in Zig.
# CONFIGURATION
You can define the list of programs which should float in _Config.zig_.
Make your changes and recompile.
You can define the list of programs which should float in _Config.zig_. Make
your changes and recompile.
Experimental XWayland support can be enabled on compile-time with the
_-Dxwayland=true_ flag.