2009/3/20 Sven Geggus <li...@fuchsschwanzdomain.de>:
> Dan Espen <des...@verizon.net> wrote:
>
>> If you are more concerned with the decorations,
>> you'll want:
>>
>> Style XXX NoTitle, BorderWidth 0, HandleWidth 0, NoHandles
>>
>> Use FvwmIdent to get the value for XXX.
>> Use either the Name, Class, or Resource.
>
> Unfortunately, there is no way to reliably distinguish normal OpenOffice
> Windows and Presenter Console Windows. They all have more or less the Same
> Name.
>
> First Idea to make this work would be something like this:
>
> Is there a Way to apply a Style only to the sticky Windows of a given Class?

You would need to use FvwmEvent:

DestroyModuleConfig FE:*
*FE: add_window "ThisWIndow (SomeClass, Sticky) WindowStyle somethingelse"
AddToFunc StartFunction I Module FvwmEvent FE

> The Perfect Setup would however not have them Sticky at all but something
> like this:
>
> If an Application with Resource VCLSalFrame (Openoffice) asks for making a
> window sticky, then just do not decorate but do _not_ make it sticky :)

This would break the EWMH spec.

-- Thomas Adam

Reply via email to