1labwc-config(5)               File Formats Manual              labwc-config(5)
2
3
4

NAME

6       labwc - Configuration
7

CONFIGURATION

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

GENERAL

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

THEME

28       <theme><name>
29           The name of the Openbox theme to use. Default is Clearlooks-3.4
30
31       <theme><cornerRadius>
32           The radius of server side decoration top corners. Default is 8.
33
34       <theme><font place="">
35           The font to use for a specific element of a window, menu or OSD.
36           Place can be any of:
37           •   ActiveWindow - titlebar of active window
38
39
40       <theme><font place=""><name>
41           Describes font name. Default is sans.
42
43       <theme><font place=""><size>
44           Font size in pixels. Default is 8.
45

KEYBOARD

47       <keyboard><keybind key="">
48           Define a key binding in the format modifier-key, where supported
49           modifiers include S (shift); C (control); A (alt); W (super). Un‐
50           like Openbox, multiple space-separated key combinations and key-
51           chains are not supported.
52
53       <keyboard><keybind key=""><action name="">
54           Keybind action. See labwc-action(5)
55
56       Default key-binds if no rc.xml is found:
57
58           <keyboard>
59             <keybind key="A-Escape">
60               <action name="Exit"/>
61             </keybind>
62             <keybind key="A-Tab">
63               <action name="NextWindow"/>
64             </keybind>
65             <keybind key="A-F3">
66               <action name="Execute">
67                 <command>bemenu-run</command>
68               </action>
69             </keybind>
70           <keyboard>
71

SEE ALSO

73       labwc(1), labwc-actions(5), labwc-theme(5)
74
75
76
77                                  2021-04-19                   labwc-config(5)
Impressum