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-06-05 23:04:54 +01:00
|
|
|
<!-- Use client-side decorations for xdg-shell views -->
|
|
|
|
|
<csd>no</csd>
|
2020-06-08 19:49:19 +01:00
|
|
|
|
|
|
|
|
<!-- See xkeyboard-config(7) for details on these keyboard settings -->
|
|
|
|
|
<keyboard>
|
|
|
|
|
<layout>gb</layout>
|
|
|
|
|
</keyboard>
|
|
|
|
|
</lab>
|
|
|
|
|
|
2020-07-09 22:41:54 +01:00
|
|
|
<theme>
|
|
|
|
|
<name>Clearlooks</name>
|
|
|
|
|
<titleLayout>NLIMC</titleLayout>
|
|
|
|
|
<font place="ActiveWindow">
|
|
|
|
|
<name>sans</name>
|
|
|
|
|
<size>8</size>
|
|
|
|
|
</font>
|
|
|
|
|
</theme>
|
|
|
|
|
|
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>
|
|
|
|
|
<keybind key="A-F2">
|
|
|
|
|
<action name="NextWindow"/>
|
|
|
|
|
</keybind>
|
|
|
|
|
<keybind key="A-F3">
|
|
|
|
|
<action name="Execute">
|
|
|
|
|
<command>dmenu_run</command>
|
|
|
|
|
</action>
|
|
|
|
|
</keybind>
|
2020-06-08 19:49:19 +01:00
|
|
|
</keyboard>
|
2020-06-05 23:04:54 +01:00
|
|
|
|
|
|
|
|
</openbox_config>
|