1labwc(1)                    General Commands Manual                   labwc(1)
2
3
4

NAME

6       labwc - a wayland stacking compositor
7

SYNOPSIS

9       labwc  [options...]
10

DESCRIPTION

12       Labwc is a wlroots-based stacking compositor for wayland.
13
14       It is light-weight and independent with a focus on simply stacking win‐
15       dows well and rendering some window decorations. Where practicable it
16       uses clients for wall-paper, panels, screenshots and so on.
17
18       The compositor will exit or reload its configuration upon receiving
19       SIGTERM and SIGHUP respectively.  For example:
20
21           kill -s <signal> $LABWC_PID
22           killall -s <signal> labwc
23
24       Each running instance of labwc sets the environment variable
25       `LABWC_PID` to its PID. This is useful for sending signals to a spe‐
26       cific instance and is what the `--exit` and `--reconfigure` options
27       use.
28

OPTIONS

30       -c, --config <config-file>
31           Specify a config file with path
32
33       -C, --config-dir <config-directory>
34           Specify a config directory
35
36       -d, --debug
37           Enable full logging, including debug information
38
39       -e, --exit
40           Exit the compositor
41
42       -h, --help
43           Show help message and quit
44
45       -r, --reconfigure
46           Reload the compositor configuration
47
48       -s, --startup <command>
49           Run command on startup
50
51       -v, --version
52           Show the version number and quit
53
54       -V, --verbose
55           Enable more verbose logging
56

SEE ALSO

58       labwc-config(5), labwc-theme(5), labwc-actions(5)
59
60
61
62                                  2022-12-04                          labwc(1)
Impressum