Re: FVWM: Window cycling

From: Mikhael Goikhman <migo_at_homemail.com>
Date: Fri, 10 Jan 2003 08:48:54 +0000

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

This archive was generated by hypermail 2.3.0 : Mon Aug 29 2016 - 19:37:54 BST