The Module FvwmTransFocus is good enough, but there is still a little thing:

I use iconfy with thumbnail, and it is tranparent, but after my mouse
leave the thumbnail
and move into another window, unlike other nomal windows, thouse
thumbnails wont go back to tranparent.

here is my corresponding config:

KillModule      FvwmTransFocus
Module          FvwmTransFocus 0.9 0.5 0.7

Colorset 3 fg #777777, bg #ffffff, fgsh #bbbbbb, RootTransparent, \
                  Tint #283e5e 70, IconAlpha 20
Colorset 4 fg #000000, bg #ffffff, fgsh #bbbbbb, RootTransparent, \
                  Tint #101f36 70, IconAlpha 100
# This make Thumbnail transparent when not focus
Style * Colorset 3, HilightColorset 4
SetEnv fvwm_icon_size 100

DestroyFunc Thumbnail
AddToFunc Thumbnail
+ I Raise
+ I SetEnv Icon-$[w.id] $[w.iconfile]
+ I ThisWindow (!Shaded Iconifiable !Iconic) \
        PipeRead "xwd -silent -id $[w.id] | convert -scale \
        $[fvwm_icon_size] -frame 1x1 -mattecolor black -quality 0 \
        xwd:- png:$[FVWM_USERDIR]/icon.tmp.$[w.id].png \
        && echo WindowStyle IconOverride,\
        Icon $[FVWM_USERDIR]/icon.tmp.$[w.id].png || echo Nop"
+ I TestRc (Match) Test (f $[HOME]/icons/$[w.miniiconfile]) \
        PipeRead "composite -geometry +2+4 \
        $[HOME]/icons/$[w.miniiconfile] \
        $[FVWM_USERDIR]/icon.tmp.$[w.id].png \
        $[FVWM_USERDIR]/icon.tmp.$[w.id].png \
        && echo Nop || echo Beep"
+ I Iconify

DestroyFunc DeThumbnail
AddToFunc DeThumbnail
+ I PipeRead "echo WindowStyle Icon \\$\\[Icon-$[w.id]\\]"
+ I UnsetEnv Icon-$[w.id]
+ I Exec exec rm -f $[FVWM_USERDIR]/icon.tmp.$[w.id].png




On Feb 8, 2008 4:08 PM, for.register for.register <[EMAIL PROTECTED]> wrote:
> Perfect! Thanks for your programs.
>
>
> On Feb 8, 2008 3:14 AM, Michal Nazarewicz <[EMAIL PROTECTED]> wrote:
> > "for.register for.register" <[EMAIL PROTECTED]> writes:
> >
> > > Here is my config
> > >
> > > Here is debug info.Module FvwmDebug --log '|xconsole -file /dev/stdin
> > > -geometry 600x400 -notify'
> > > KillModule      FvwmTransFocus
> > > Module          FvwmTransFocus 0.9 0.5 0.1
> >
> > [...]
> >
> > OK, it turned out that I was using older version of this module (I could
> > swore I installed the new one O_o).  For the time being you can download
> > it from CVS[1] (it has the same functionality) and I'll work on a fix.
> >
> > ____________
> > [1] 
> > http://tinyapps.cvs.sourceforge.net/*checkout*/tinyapps/tinyapps/FvwmTransFocus.c?revision=1.7
> >
> > --
> >
> > Best regards,                                         _     _
> >  .o. | Liege of Serenly Enlightened Majesty of      o' \,=./ `o
> >  ..o | Computer Science,  Michal "mina86" Nazarewicz   (o o)
> >  ooo +--<mina86*tlen.pl>--<jid:mina86*jabber.org>--ooO--(_)--Ooo--
> >
> >
>

Reply via email to