Thank for all your answers.

On Feb 19, 2008 4:43 PM, Thomas Adam <[EMAIL PROTECTED]> wrote:
> Hello --
>
> On 19/02/2008, for.register for.register <[EMAIL PROTECTED]> wrote:
> > Hi, All
> >
> > How to make thumbnail WindowListSkip?
>
> You probably mean:  CirculateSkipIcon

Sorry for my poor English, what I mean is:

I have several windows on desktop, some of them was iconified as
thumbnails, I use Alt+tab to toggle among the opened the windows but
want to skip those thumbnails. I do not know how to set the
configuration.

I do thumbnail like this:

Mouse   1 6 A           Thumbnail

DestroyFunc Thumbnail
AddToFunc   Thumbnail
+ I Raise
+ I SetEnv Icon-$[w.id] $[w.IconFile]
+ I PipeRead "$[fvwm_script]/ewmhIcon $[w.id]
/dev/shm/icon.tmp.$[w.id].mini.png"
+ I ThisWindow (!Shaded, Iconifiable, !Iconic) PipeRead \
    "$[fvwm_script]/thumb $[w.id] $[fvwm_icon_size] \
    /dev/shm/icon.tmp.$[w.id].png /dev/shm/icon.tmp.$[w.id].mini.png"
+ I Iconify on


> > There is another question ( I did not find any answer in fvwm manul)
> > How to set the the mouse bindings when I want to use Alt+mouse3(hold)
> > to movesize of the current window directly?

The following function is just what I want,  now, I understand to
configure "Hold" in mouse bindings other than just "Click"

> Use a function:
>
> DestroyFunc Foo
> AddToFunc     Foo
> + H Resize
> + M SomethingElse
>
> Mouse 3 W M Foo
>
> -- Thomas Adam
>

Walter

Reply via email to