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 -->
|
2020-06-09 21:40:46 +01:00
|
|
|
<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>
|
2020-09-15 21:10:02 +01:00
|
|
|
<!-- 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>
|
2020-07-28 21:35:23 +01:00
|
|
|
<!-- layout could be for example 'gb' -->
|
|
|
|
|
<layout></layout>
|
2020-06-08 19:49:19 +01:00
|
|
|
</keyboard>
|
|
|
|
|
</lab>
|
|
|
|
|
|
2020-07-09 22:41:54 +01:00
|
|
|
<theme>
|
|
|
|
|
<name>Clearlooks</name>
|
|
|
|
|
</theme>
|
|
|
|
|
|
2020-07-28 21:35:23 +01:00
|
|
|
<!--
|
|
|
|
|
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>
|