mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
42 lines
885 B
XML
42 lines
885 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!-- Use <openbox_config> as root element for openbox compatibility -->
|
|
<openbox_config>
|
|
|
|
<!-- labwc specific settings - additional to openbox -->
|
|
<lab>
|
|
<!-- Use client-side decorations for xdg-shell views -->
|
|
<csd>no</csd>
|
|
|
|
<!-- See xkeyboard-config(7) for details on these keyboard settings -->
|
|
<!--
|
|
<keyboard>
|
|
<layout>gb</layout>
|
|
</keyboard>
|
|
-->
|
|
</lab>
|
|
|
|
<theme>
|
|
<name>Clearlooks</name>
|
|
</theme>
|
|
|
|
<keyboard>
|
|
<keybind key="A-Escape">
|
|
<action name="Exit"/>
|
|
</keybind>
|
|
<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>
|