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>
8 <fvwmref cmd="Style"/> * <fvwmref cmd="Style" opt="OLDecor"/>
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
20 <fvwmref cmd="Style"/> <application name> <fvwmref cmd="Style" opt="NeverFocus"/>, <fvwmref cmd="Style" opt="Lenience"/>
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>
28 <fvwmref cmd="Style"/> <application name> <fvwmref cmd="Style" opt="MouseFocus"/>, <fvwmref cmd="Style" opt="Lenience"/>
29 <fvwmref cmd="Style"/> <application name> <fvwmref cmd="Style" opt="SloppyFocus"/>, <fvwmref cmd="Style" opt="Lenience"/>
30 <fvwmref cmd="Style"/> <application name> <fvwmref cmd="Style" opt="ClickToFocus"/>, <fvwmref cmd="Style" opt="Lenience"/>