labwc/docs/rc.xml

32 lines
792 B
XML
Raw Normal View History

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 -->
<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 -->
<xdg_shell_server_side_deco>yes</xdg_shell_server_side_deco>
</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>
</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>