ld --as-needed compilation fixes with external libs.
[fvwm.git] / doc / fvwm / openLook.xml
blob6b344743387f4a5978b17c0f6c803fdaaa92347f
1 <section id='open_look_and_xview_compatibility'>
2 <title>Open Look and XView Compatibility</title>
3 <para>Fvwm supports all the Open Look decoration hints (except
4 pushpins).  Should you use any such application, please add the
5 following line to your config:</para>
7 <programlisting>
8 <fvwmref cmd="Style"/> * <fvwmref cmd="Style" opt="OLDecor"/>
9 </programlisting>
11 <para>Most (perhaps all) Open Look applications have a strange notion of
12 keyboard focus handling.  Although a lot of work went into fvwm to
13 work well with these, you may still encounter problems.  It is
14 recommended to use the <fvwmref cmd="Style" opt="NeverFocus"/>
15 focus policy and the <fvwmref cmd="Style" opt="Lenience"/>
16 style for all such applications (the windows still get the
17 focus):</para>
19 <programlisting>
20 <fvwmref cmd="Style"/> &lt;application name&gt; <fvwmref cmd="Style" opt="NeverFocus"/>, <fvwmref cmd="Style" opt="Lenience"/>
21 </programlisting>
23 <para>But in case you can not live with that focus policy, you can try
24 using one of the other focus policies in combination with the
25 <fvwmref cmd="Style" opt="Lenience"/> style:</para>
27 <programlisting>
28 <fvwmref cmd="Style"/> &lt;application name&gt; <fvwmref cmd="Style" opt="MouseFocus"/>, <fvwmref cmd="Style" opt="Lenience"/>
29 <fvwmref cmd="Style"/> &lt;application name&gt; <fvwmref cmd="Style" opt="SloppyFocus"/>, <fvwmref cmd="Style" opt="Lenience"/>
30 <fvwmref cmd="Style"/> &lt;application name&gt; <fvwmref cmd="Style" opt="ClickToFocus"/>, <fvwmref cmd="Style" opt="Lenience"/>
31 </programlisting>
34 </section>