--- /dev/null
+labwc-environment(1)
+
+# NAME
+
+labwc - environment
+
+# DESCRIPTION
+
+The environment file is parsed as <variable>=<value> and sets environment
+variables accordingly.
+
+Note that the environment file is treated differently by openbox where
+it is simply sourced prior to running openbox.
+
+# CONFIGURATION
+
+It is recommended to specify keyboard settings here. See
+xkeyboard-config(7) for details.
+
+For example, this sets keyboard layout to Swedish:
+
+```
+XKB_DEFAULT_LAYOUT=se
+```
+
+The following environment variables are supported by labwc:
+
+*LABWC_ADAPTIVE_SYNC*
+ Set to 1 enable adaptive sync
+
+# SEE ALSO
+
+labwc(1)
if scdoc.found()
sh = find_program('sh', native: true)
- sections = ['.1', '-config.5', '-theme.5', '-actions.5', '-menu.5']
+ sections = [
+ '.1',
+ '-actions.5',
+ '-config.5',
+ '-environment.5',
+ '-menu.5',
+ '-theme.5',
+ ]
foreach s : sections
markdown = 'labwc' + s + '.scd'
manpage = 'labwc' + s