On Tue, Mar 30, 2004 at 12:10:21PM +0200, Rafa? Bisingier wrote:
> Hi,
>
> I have problem using Layer command. I'm trying to put two apps on layer
> 0 by default, but it doesn't work as expected.
> This aplications are gDeskCal and gDesklets (both written in Python).
> I've made a defualt style for them like this:
> Style (gDeskCal) Layer 0 0
> Style (gDesklets) Layer 0 0
The syntax is wrong. Try
Style gDeskCal Layer 0
Style gDesklets Layer 0
> but this doesn't work (both apps are placed on layer 2)
> I've tried also FvwmEvent module for this (similar to Q3.18 in FAQ), but
> this one also failed.
> I've also tried something like this:
> Wait gDeskCal
> Next (gDeskCal) Layer 0 0
> but this one failed too.
Likely, both applications set their own layer hints. Try the
styles
Style gDeskCal EWMHIgnoreStackingOrderHints, GnomeIgnoreHints, EWMHIgnoreStateHints
Style gDesklets EWMHIgnoreStackingOrderHints, GnomeIgnoreHints, EWMHIgnoreStateHints
(if probably one of the three options is enough).
> I thought that the Layer command isn't working but when I made a manu
> command like this:
>
> + "LowerToBottom" Pick lower-to-bottom
>
> DestroyFunc lower-to-bottom
> AddToFunc lower-to-bottom
> + I Layer 0 0
> + I Lower
>
> then when I chose this option in menu and then chose a window it is
> lowered just like it should.
>
> So now I'm really confused and don't know how to use the Layer
> command... :-(
Ciao
Dominik ^_^ ^_^
--
Visit the official FVWM web page at <URL: http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_fvwm.org.
To report problems, send mail to fvwm-owner_at_fvwm.org.
Received on Tue Mar 30 2004 - 05:30:02 BST