data/rc.xml: make consistent with openbox

This commit is contained in:
Johan Malm 2020-07-28 21:35:23 +01:00
parent ff8b5e9c74
commit b2f68756a1

View file

@ -9,17 +9,22 @@
<csd>no</csd>
<!-- See xkeyboard-config(7) for details on these keyboard settings -->
<!--
<keyboard>
<layout>gb</layout>
<!-- layout could be for example 'gb' -->
<layout></layout>
</keyboard>
-->
</lab>
<theme>
<name>Clearlooks</name>
</theme>
<!--
Currently supported keybind actions include:
- Exit
- NextWindow
- Execute
-->
<keyboard>
<keybind key="A-Escape">
<action name="Exit"/>
@ -27,16 +32,6 @@
<keybind key="A-Tab">
<action name="NextWindow"/>
</keybind>
<!-- de-conflict with WM alt-tab bind when running under X11 -->
<keybind key="A-F2">
<action name="NextWindow"/>
</keybind>
<keybind key="A-F3">
<action name="Execute">
<command>dmenu_run</command>
</action>
</keybind>
</keyboard>
</openbox_config>