1labwc-config(5) File Formats Manual labwc-config(5)
2
3
4
6 labwc - Configuration
7
9 The configuration aims to be compatible with openbox specification, but
10 there are some differences which are pointed out throughout the man
11 pages.
12
13 Adhering to XDG Base Directory Specification, configuration files will
14 be searched for in the following order:
15
16 · ${XDG_CONFIG_HOME:-$HOME/.config}/labwc
17 · ${XDG_CONFIG_DIRS:-/etc/xdg}/labwc
18
19
21 This section contains settings which are not present in Openbox.
22
23 <lab><xdg_shell_server_side_deco> [yes|no]
24 Use server side decorations for xdg-shell views where it is possi‐
25 ble to turn off client side decorations. Default is yes.
26
28 <theme><name>
29 The name of the Openbox theme to use. Default is Clearlooks-3.4
30
31 <theme><font place="">
32 The font to use for a specific element of a window, menu or OSD.
33 Place can be any of:
34 · ActiveWindow - titlebar of active window
35
36
37 <theme><font place=""><name>
38 Describes font name. Default is sans.
39
40 <theme><font place=""><size>
41 Font size in pixels. Default is 8.
42
44 <keyboard><keybind key="">
45 Define a key binding in the format modifier-key, where supported
46 modifiers include S (shift); C (control); A (alt); W (super).
47 Unlike Openbox, multiple space-separated key combinations and key-
48 chains are not supported.
49
50 <keyboard><keybind key=""><action name="">
51 Keybind action. See labwc-action(5)
52
53 Default if no rc.xml is found:
54
55 <keyboard>
56 <keybind key="A-Escape">
57 <action name="Exit"/>
58 </keybind>
59 <keybind key="A-Tab">
60 <action name="NextWindow"/>
61 </keybind>
62 <keybind key="A-F3">
63 <action name="Execute">
64 <command>bemenu-run</command>
65 </action>
66 </keybind>
67 <keyboard>
68
70 labwc(1), labwc-actions(5), labwc-theme(5)
71
72
73
74 2021-03-24 labwc-config(5)