labwc/docs/labwc.1.scd
Tomi Ollila 42afdf9193 Fixed some typos, whitespace, periods, 80-column lines
- typos: LINGUAS manually, rest with help of aspell(1)
- whitespace: some trailing spaces/tabs, one utf-8 NBSP (#xC2 #xA0)
- made most text in docs/ fit in max 80-column wide lines
- consistent trailing periods in sentences in labwc-actions.5.scd and
  labwc-config.5.scd; labwc-theme.5.scd had different consistency,
  changed it follow these other files with sentence-ending periods
- and ", respectively" (comma often used to separate)
2024-01-13 19:05:50 +00:00

62 lines
1.3 KiB
Markdown

labwc(1)
# NAME
labwc - a wayland stacking compositor
# SYNOPSIS
*labwc* [options...]
# DESCRIPTION
Labwc is a wlroots-based stacking compositor for wayland.
It is light-weight and independent with a focus on simply stacking windows
well and rendering some window decorations. Where practicable it uses clients
for wall-paper, panels, screenshots and so on.
The compositor will exit or reload its configuration upon receiving SIGTERM
and SIGHUP respectively. For example:
```
kill -s <signal> $LABWC_PID
killall -s <signal> labwc
```
Each running instance of labwc sets the environment variable `LABWC_PID` to
its PID. This is useful for sending signals to a specific instance and is what
the `--exit` and `--reconfigure` options use.
# OPTIONS
*-c, --config* <config-file>
Specify a config file with path
*-C, --config-dir* <config-directory>
Specify a config directory
*-d, --debug*
Enable full logging, including debug information
*-e, --exit*
Exit the compositor
*-h, --help*
Show help message and quit
*-r, --reconfigure*
Reload the compositor configuration
*-s, --startup* <command>
Run command on startup
*-v, --version*
Show the version number and quit
*-V, --verbose*
Enable more verbose logging
# SEE ALSO
labwc-config(5), labwc-theme(5), labwc-actions(5)