From f08d37ab2887c6ba706ace3862a97c6e2c9c6194 Mon Sep 17 00:00:00 2001 From: Leon Henrik Plickat Date: Sun, 13 Dec 2020 00:51:51 +0100 Subject: 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). --- doc/river.1.scd | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) (limited to 'doc/river.1.scd') diff --git a/doc/river.1.scd b/doc/river.1.scd index ef16577..c08a696 100644 --- a/doc/river.1.scd +++ b/doc/river.1.scd @@ -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. -- cgit v1.2.3