Style "xbiff" NoTitle, Sticky, WindowListSkip, ClickToFocus
Style "*lock" NoTitle, NoHandles, Sticky, WindowListSkip, ClickToFocus
Style "Fvwm*" NoTitle, Sticky, WindowListSkip
Notice that the Style variable can recognize a wildcard character (*)
to widen the scope of the definition. Fvwm* would encompass all
fvwm2 modules.
Try adding the following line, which specifies that an application
called xpostit will stick to the glass:
Style "xpostit" Sticky
Practically speaking, you probably also want to specify that xpostit uses click-to-type focus and doesn't
appear on the FvwmWinList, so this definition is better:
Style "xpostit" Sticky, WindowListSkip, ClickToFocus
In most cases, you'll want only small windows that you run a
single instance of (and that you use frequently) to be sticky. Having
a terminal emulator like xterm appear on every
page is not as practical; it would take up too much space. However, if you do want a client like xterm to follow you
around, be sure to give that instance of the program a distinctive
name using the -name option.
For example, in your X session startup file you could run an xterm you name mailwindow:
xterm -name mailwindow &
Then make that window appear on every page by adding the following
line to your .fvwm2rc file:
Style "mailwindow" Sticky