1 <?xml version="1.0" encoding="UTF-8" ?>
2 <!DOCTYPE part PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "../docbook-xml/docbookx.dtd"
5 <!ENTITY % myents SYSTEM "../fvwm.ent" >
9 <!-- $Id: FocusStyle.xml,v 1.3 2007/06/16 12:38:46 griph Exp $ -->
11 <section id='FocusStyle'>
12 <title>FocusStyle</title>
15 <command>FocusStyle</command
17 ><replaceable>stylename</replaceable
19 ><arg choice='plain'><replaceable
24 <para>works exactly like the
25 <fvwmref cmd="Style"/>
26 command, but accepts only the focus policy related styles
27 beginning with "FP". The prefix can be removed, but at the cost
28 of a little bit of time.
29 <emphasis remap='B'>FocusStyle</emphasis>
30 is meant to make the configuration file more readable. Example:</para>
33 FocusStyle * EnterToFocus, !LeaveToUnfocus
36 <para>is equivalent to</para>
39 <fvwmref cmd="Style"/> * FPEnterToFocus, !FPLeaveToUnfocus