labwc/data/rc.xml
Johan Malm bc51e0ad2f src/config/rcxml.c: parse xml from buffer
Avoid unit tests writing to/from files by using xmlParseMemory() instead
of xmlReadFile().
2020-06-09 21:40:46 +01:00

26 lines
639 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!-- Use <openbox_config> as root element for openbox compatibility -->
<openbox_config>
<!-- labwc specific settings - additional to openbox -->
<lab>
<!-- Use client-side decorations for xdg-shell views -->
<csd>no</csd>
<!-- See xkeyboard-config(7) for details on these keyboard settings -->
<keyboard>
<layout>gb</layout>
</keyboard>
</lab>
<!-- keybinds have not been implemented yet. For the time being, we use the
following:
- Alt+Escape Exit labwc
- Alt+F2 Cycle windows
- Alt+F3 Launch dmenu -->
<keyboard>
</keyboard>
</openbox_config>