mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -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>
|
||||
|
||||
<!-- 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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue