Re: FVWM: Focus after Iconify

2012-05-29 Thread Walter Alejandro Iglesias
On Tue, May 29, 2012 at 12:23:57PM -0500, Jonathan Kotta wrote: On Sun, May 27, 2012 at 2:05 PM, Walter Alejandro Iglesias e...@roquesor.com wrote: 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 e...@roquesor.com

Re: FVWM: Focus after Iconify

2012-05-28 Thread Walter Alejandro Iglesias
I've found my error. I used: DestroyFunc FuncIconifyAndFocusPrev AddToFunc FuncIconifyAndFocusPrev + I Prev (AcceptsFocus, CurrentPage, !Iconic) Focus + I Prev (AcceptsFocus, CurrentPage, !Iconic) Raise + I Iconify on for the title iconify button. But for some reason (I don't remember why I

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

Re: FVWM: Focus after Iconify

2012-05-27 Thread Jonathan Kotta
On Sun, May 27, 2012 at 10:31 AM, Walter Alejandro Iglesias e...@roquesor.com 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.  

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 e...@roquesor.com 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

Re: FVWM: Focus after Iconify

2012-05-27 Thread Thomas Adam
On 27 May 2012 19:19, Jonathan Kotta jpko...@gmail.com wrote: | KillModule FvwmEvent FvwmEventFocus | FvwmEvent FvwmEventFocus Rather: AddToFunc StartFunction I Module FvwmEvent FvwmEventFocus -- Thomas Adam