mirror of
https://github.com/labwc/labwc.git
synced 2026-03-29 07:58:10 -04:00
data/rc.xml: make consistent with openbox
This commit is contained in:
parent
ff8b5e9c74
commit
b2f68756a1
1 changed files with 8 additions and 13 deletions
21
data/rc.xml
21
data/rc.xml
|
|
@ -9,17 +9,22 @@
|
||||||
<csd>no</csd>
|
<csd>no</csd>
|
||||||
|
|
||||||
<!-- See xkeyboard-config(7) for details on these keyboard settings -->
|
<!-- See xkeyboard-config(7) for details on these keyboard settings -->
|
||||||
<!--
|
|
||||||
<keyboard>
|
<keyboard>
|
||||||
<layout>gb</layout>
|
<!-- layout could be for example 'gb' -->
|
||||||
|
<layout></layout>
|
||||||
</keyboard>
|
</keyboard>
|
||||||
-->
|
|
||||||
</lab>
|
</lab>
|
||||||
|
|
||||||
<theme>
|
<theme>
|
||||||
<name>Clearlooks</name>
|
<name>Clearlooks</name>
|
||||||
</theme>
|
</theme>
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Currently supported keybind actions include:
|
||||||
|
- Exit
|
||||||
|
- NextWindow
|
||||||
|
- Execute
|
||||||
|
-->
|
||||||
<keyboard>
|
<keyboard>
|
||||||
<keybind key="A-Escape">
|
<keybind key="A-Escape">
|
||||||
<action name="Exit"/>
|
<action name="Exit"/>
|
||||||
|
|
@ -27,16 +32,6 @@
|
||||||
<keybind key="A-Tab">
|
<keybind key="A-Tab">
|
||||||
<action name="NextWindow"/>
|
<action name="NextWindow"/>
|
||||||
</keybind>
|
</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>
|
</keyboard>
|
||||||
|
|
||||||
</openbox_config>
|
</openbox_config>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue