2021-03-05 22:14:02 +00:00
|
|
|
|
labwc(1)
|
|
|
|
|
|
|
|
|
|
|
|
# NAME
|
|
|
|
|
|
|
2022-05-31 22:37:26 +01:00
|
|
|
|
labwc - a wayland stacking compositor
|
2021-03-05 22:14:02 +00:00
|
|
|
|
|
|
|
|
|
|
# SYNOPSIS
|
|
|
|
|
|
|
2022-04-22 17:00:36 +01:00
|
|
|
|
*labwc* [options...]
|
2021-03-05 22:14:02 +00:00
|
|
|
|
|
|
|
|
|
|
# DESCRIPTION
|
|
|
|
|
|
|
2022-05-31 22:37:26 +01:00
|
|
|
|
Labwc is a wlroots-based stacking compositor for wayland.
|
2021-04-10 09:19:35 +01:00
|
|
|
|
|
2022-05-31 22:37:26 +01:00
|
|
|
|
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.
|
2021-03-05 22:14:02 +00:00
|
|
|
|
|
2022-10-04 21:57:38 +01:00
|
|
|
|
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
|
|
|
|
|
|
```
|
|
|
|
|
|
|
2021-03-05 22:14:02 +00:00
|
|
|
|
# OPTIONS
|
|
|
|
|
|
|
2022-10-06 21:54:26 +01:00
|
|
|
|
*-c, --config* <config-file>
|
2022-04-22 17:00:36 +01:00
|
|
|
|
Specify a config file with path
|
|
|
|
|
|
|
2022-10-06 21:54:26 +01:00
|
|
|
|
*-C, --config-dir* <config-directory>
|
2022-04-22 17:00:36 +01:00
|
|
|
|
Specify a config directory
|
2021-03-05 22:14:02 +00:00
|
|
|
|
|
2022-10-06 21:54:26 +01:00
|
|
|
|
*-d, --debug*
|
2021-03-05 22:14:02 +00:00
|
|
|
|
Enable full logging, including debug information
|
|
|
|
|
|
|
2022-10-06 21:54:26 +01:00
|
|
|
|
*-h, --help*
|
2021-03-05 22:14:02 +00:00
|
|
|
|
Show help message and quit
|
|
|
|
|
|
|
2022-10-06 21:54:26 +01:00
|
|
|
|
*-s, --startup* <command>
|
2021-03-05 22:14:02 +00:00
|
|
|
|
Run command on startup
|
|
|
|
|
|
|
2022-10-06 21:54:26 +01:00
|
|
|
|
*-v, --version*
|
2021-03-05 22:14:02 +00:00
|
|
|
|
Show the version number and quit
|
|
|
|
|
|
|
2022-10-06 21:54:26 +01:00
|
|
|
|
*-V, --verbose*
|
2021-03-05 22:14:02 +00:00
|
|
|
|
Enable more verbose logging
|
|
|
|
|
|
|
|
|
|
|
|
# SEE ALSO
|
|
|
|
|
|
|
|
|
|
|
|
labwc-config(5), labwc-theme(5), labwc-actions(5)
|