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-10-09 19:52:19 +01:00
|
|
|
<!-- Use server-side decorations for xdg-shell views if CSD can be disabled -->
|
2020-09-15 21:10:02 +01:00
|
|
|
<xdg_shell_server_side_deco>yes</xdg_shell_server_side_deco>
|
2020-10-22 19:40:57 +01:00
|
|
|
</lab>
|
|
|
|
|
|
|
|
|
|
<theme>
|
2020-11-23 21:23:33 +00:00
|
|
|
<name>Clearlooks-3.4</name>
|
2020-10-09 19:52:19 +01:00
|
|
|
<!-- This font size also determintes the height of the window title bar -->
|
|
|
|
|
<font place="ActiveWindow">
|
|
|
|
|
<name>Sans</name>
|
|
|
|
|
<size>8</size>
|
|
|
|
|
</font>
|
2020-07-09 22:41:54 +01:00
|
|
|
</theme>
|
|
|
|
|
|
2020-10-09 19:52:19 +01:00
|
|
|
<!-- see labwc-actions(5) for a list of supported actions -->
|
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>
|
2020-06-08 19:49:19 +01:00
|
|
|
</keyboard>
|
2020-06-05 23:04:54 +01:00
|
|
|
|
|
|
|
|
</openbox_config>
|