On Sat, Sep 28, 2002 at 12:08:25AM -0400, Daniel Barclay wrote:
>
>
> How can I configure the pager window so that it behaves as before?
> (I just upgraded to FVWM version 2.4.6 (by upgrading to Debian 3.0 (woody)).)
>
>
> Specifically, it used to work like this:
>
> - if I raised it, it went into stay-on-top mode;
>
> - if I lowered it, it lowered and partipated normally in the z order
> until I raised it again. (That is if I lowered other windows, it
> might end up on top of them, but I could re-raise those windows
> and it would remain behind them until I raised it directly and it
> reverted to stay-on-top mode.
Try something like this:
AddToFunc my_raise
+ I Current (FvwmPager) Layer 0 6
+ I Current (!FvwmPager) Raise
AddToFunc my_lower
+ I Current (FvwmPager) Layer 0 4
+ I Current (!FvwmPager) Lower
Then replace all calls of "Raise" and "Lower" in your config
file with "my_raise" and "my_lower". Depending on how you work
on your desktopn, this may not work very well for you
(specifically, clicking inside the pager window to raise it does
not stick it on top). Feel free to ask again if it's not good
enough yet.
Bye
Dominik ^_^ ^_^
--
Dominik Vogt, dominik.vogt_at_gmx.de
Reply-To: dominik.vogt_at_gmx.de
--
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 Sat Oct 05 2002 - 18:17:47 BST