Re: FVWM: Focus after Iconify

2012-05-27 Thread Thomas Adam
On 27 May 2012 19:19, Jonathan Kotta  wrote:
> | KillModule FvwmEvent FvwmEventFocus
> | FvwmEvent FvwmEventFocus

Rather:

AddToFunc StartFunction I Module FvwmEvent FvwmEventFocus

-- Thomas Adam



Re: FVWM: Focus after Iconify

2012-05-27 Thread Walter Alejandro Iglesias
On Sun, May 27, 2012 at 01:19:15PM -0500, Jonathan Kotta wrote:
> On Sun, May 27, 2012 at 10:31 AM, Walter Alejandro Iglesias
>  wrote:
> > Hello,
> >
> > I use ClickToFocus and just IconMan, I don't use icons.
> >
> > When I iconify a window I expect the last focused window
> > recovers the focus.  It happens just randomly.
> >
> > I use the default Iconify function.  I've tried adding custom
> > functions (following what I've found in some posts in the Fvwm
> > forum about similar issues) without success.  Perhaps I don't
> > understand well what Fvwm saves for Prev and Next windows; is this
> > managed by FvwmWindowList function?
> >
> > Thanks in advance.
> >
> >        Walter
> >
> >
> >
> >
> 
> I also use ClickToFocus, and use FvwmEvent to switch focus when
> iconifying.  It works well for me.
> 
> ,
> | DestroyFunc FocusPrev
> | AddToFunc FocusPrev
> | + I None (CurrentPage, Focused, AnyScreen) \
> | Prev (CurrentPage, !Iconic, !Shaded, Visible, AcceptsFocus, AnyScreen) \
> | Focus NoWarp
> |
> | DestroyModuleConfig FvwmEventFocus: *
> | *FvwmEventFocus: Cmd Function
> | *FvwmEventFocus: new_page   FocusPrev
> | *FvwmEventFocus: new_desk   FocusPrev
> | *FvwmEventFocus: destroy_window FocusPrev
> | *FvwmEventFocus: iconifyFocusPrev
> |
> | KillModule FvwmEvent FvwmEventFocus
> | FvwmEvent FvwmEventFocus
> `
> 
> -- 
> Thanks,
> 
> Jonathan Kotta
> 
> Hofstadter's Law:
>     It always takes longer than you expect, even
>     when you take into account Hofstadter's Law.


Hy Jonathan

Should I add this function to a custom version of Iconify?






Re: FVWM: Focus after Iconify

2012-05-27 Thread Jonathan Kotta
On Sun, May 27, 2012 at 10:31 AM, Walter Alejandro Iglesias
 wrote:
> Hello,
>
> I use ClickToFocus and just IconMan, I don't use icons.
>
> When I iconify a window I expect the last focused window
> recovers the focus.  It happens just randomly.
>
> I use the default Iconify function.  I've tried adding custom
> functions (following what I've found in some posts in the Fvwm
> forum about similar issues) without success.  Perhaps I don't
> understand well what Fvwm saves for Prev and Next windows; is this
> managed by FvwmWindowList function?
>
> Thanks in advance.
>
>        Walter
>
>
>
>

I also use ClickToFocus, and use FvwmEvent to switch focus when
iconifying.  It works well for me.

,
| DestroyFunc FocusPrev
| AddToFunc FocusPrev
| + I None (CurrentPage, Focused, AnyScreen) \
| Prev (CurrentPage, !Iconic, !Shaded, Visible, AcceptsFocus, AnyScreen) \
| Focus NoWarp
|
| DestroyModuleConfig FvwmEventFocus: *
| *FvwmEventFocus: Cmd Function
| *FvwmEventFocus: new_page   FocusPrev
| *FvwmEventFocus: new_desk   FocusPrev
| *FvwmEventFocus: destroy_window FocusPrev
| *FvwmEventFocus: iconifyFocusPrev
|
| KillModule FvwmEvent FvwmEventFocus
| FvwmEvent FvwmEventFocus
`

-- 
Thanks,

Jonathan Kotta

Hofstadter's Law:
    It always takes longer than you expect, even
    when you take into account Hofstadter's Law.



FVWM: Focus after Iconify

2012-05-27 Thread Walter Alejandro Iglesias
Hello,

I use ClickToFocus and just IconMan, I don't use icons.

When I iconify a window I expect the last focused window
recovers the focus.  It happens just randomly.

I use the default Iconify function.  I've tried adding custom
functions (following what I've found in some posts in the Fvwm
forum about similar issues) without success.  Perhaps I don't
understand well what Fvwm saves for Prev and Next windows; is this
managed by FvwmWindowList function?

Thanks in advance.

Walter