On 08 Jan 2003 19:45:49 +0100, Piotr Zgorecki wrote:
>
> Is it possible to make fvwm raise windows temporarily
> while cycling with the famous Alt-Tab?
> A simple
> Next [CurrentPage !iconic] Focus
> won't do.
> What will, then?
You may raise a window together with focusing, just create FocusAndRaise
function and use it instead (here is a more correct syntax for Next):
Next (CurrentPage, !Iconic) FocusAndRaise
AddToFunc FocusAndRaise
+ I Raise
#+ I WarpToWindow
+ I Focus
It is impossible hovewer to raise a window only temporarily and then to
restore it in the window stack on the next key press that is what you
seem to want.
A new module FvwmProxy in 2.5.5 attempts to solve this, but be aware it
may be changed before 2.6.0.
Regards,
Mikhael.
--
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 Fri Jan 10 2003 - 02:50:18 GMT