1labwc(1) General Commands Manual labwc(1)
2
3
4
6 labwc - A Wayland stacking compositor
7
9 labwc [options...] [command]
10
12 Labwc is a wlroots-based stacking compositor for Wayland.
13
14 It aims to be light-weight and independent, with a focus on simply
15 stacking windows well and rendering some window decorations. Where
16 practicable, it uses clients for wall-paper, panels, screenshots, and
17 so on.
18
20 -c <config>
21 Specify a config file
22
23 -d
24 Enable full logging, including debug information
25
26 -h
27 Show help message and quit
28
29 -s <command>
30 Run command on startup
31
32 -v
33 Show the version number and quit
34
35 -V
36 Enable more verbose logging
37
39 Labwc uses openbox specification for configuration and theming, but
40 does not support all options. The the following files control the look
41 and behaviour:
42
43 • ~/.config/labwc/rc.xml
44 • ~/.config/labwc/menu.xml
45 • ~/.config/labwc/autostart
46 • ~/.config/labwc/environment
47 • ~/.themes/<name>/openbox-3/themerc
48
49
50 Equivalent XDG Base Directory Specification locations are also hon‐
51 oured.
52
53 The configuration file and theme are re-loaded on receiving signal
54 SIGHUP.
55
56 The autostart file is executed as a shell script. This is a place for
57 setting a background image, launching a panel, or similar.
58
59 The environment file is parsed as <variable>=<value> and sets environ‐
60 ment variables accordingly. It is recommended to specify keyboard set‐
61 tings here, for example: `XKB_DEFAULT_LAYOUT=gb`. See xkeyboard-con‐
62 fig(7) for details. Note that the environment file is treated differ‐
63 ently by openbox where it is simply sourced prior to running openbox.
64
66 labwc-config(5), labwc-theme(5), labwc-actions(5)
67
68
69
70 2021-07-22 labwc(1)