labwc/docs/rc.xml

38 lines
840 B
XML
Raw Normal View History

2020-06-05 23:04:54 +01:00
<?xml version="1.0" encoding="UTF-8"?>
2020-06-08 19:49:19 +01:00
<!-- Use <openbox_config> as root element for openbox compatibility -->
<openbox_config>
2020-06-05 23:04:54 +01:00
2020-06-08 19:49:19 +01:00
<!-- labwc specific settings - additional to openbox -->
<lab>
<!-- Use server-side decorations for xdg-shell views where CSD can be disabled -->
<xdg_shell_server_side_deco>yes</xdg_shell_server_side_deco>
2020-06-08 19:49:19 +01:00
<!-- See xkeyboard-config(7) for details on these keyboard settings -->
<keyboard>
<!-- layout could be for example 'gb' -->
<layout></layout>
2020-06-08 19:49:19 +01:00
</keyboard>
</lab>
<theme>
<name>Clearlooks</name>
</theme>
<!--
Currently supported keybind actions include:
- Exit
- NextWindow
- Execute
-->
2020-06-08 19:49:19 +01:00
<keyboard>
2020-06-19 22:00:22 +01:00
<keybind key="A-Escape">
<action name="Exit"/>
</keybind>
<keybind key="A-Tab">
<action name="NextWindow"/>
</keybind>
2020-06-08 19:49:19 +01:00
</keyboard>
2020-06-05 23:04:54 +01:00
</openbox_config>