labwc/docs/labwc.1.scd
2022-10-15 00:19:18 +02:00

52 lines
931 B
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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
```
# OPTIONS
*-c* <config-file>
Specify a config file with path
*-C* <config-directory>
Specify a config directory
*-d*
Enable full logging, including debug information
*-h*
Show help message and quit
*-s* <command>
Run command on startup
*-v*
Show the version number and quit
*-V*
Enable more verbose logging
# SEE ALSO
labwc-config(5), labwc-theme(5), labwc-actions(5)