28 lines
789 B
XML
28 lines
789 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>
|
|
<titleLayout>NLIMC</titleLayout>
|
|
<font place="ActiveWindow"><name>DejaVu Sans</name><size>10</size></font>
|
|
<font place="InactiveWindow"><name>DejaVu Sans</name><size>10</size></font>
|
|
</theme>
|
|
<desktops>
|
|
<number>1</number>
|
|
<names><name>rDesign Studio</name></names>
|
|
</desktops>
|
|
<applications>
|
|
<application name="scribus">
|
|
<maximized>yes</maximized>
|
|
<decor>yes</decor>
|
|
</application>
|
|
</applications>
|
|
</openbox_config>
|