35 lines
775 B
XML
35 lines
775 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<openbox_config xmlns="http://openbox.org/3.4/rc">
|
|
<resistance>
|
|
<strength>10</strength>
|
|
<screen_edge_strength>20</screen_edge_strength>
|
|
</resistance>
|
|
<focus>
|
|
<focusNew>yes</focusNew>
|
|
<followMouse>no</followMouse>
|
|
</focus>
|
|
<theme>
|
|
<name>Clearlooks</name>
|
|
</theme>
|
|
<menu>
|
|
<file>menu.xml</file>
|
|
</menu>
|
|
<desktops>
|
|
<number>1</number>
|
|
</desktops>
|
|
<mouse>
|
|
<context name="Root">
|
|
<mousebind button="Right" action="Press">
|
|
<action name="ShowMenu">
|
|
<menu>root-menu</menu>
|
|
</action>
|
|
</mousebind>
|
|
</context>
|
|
</mouse>
|
|
<applications>
|
|
<application class="*">
|
|
<maximized>yes</maximized>
|
|
</application>
|
|
</applications>
|
|
</openbox_config>
|