addy-dclxvi/almighty-dotfiles

Deiconify won't delete cache thumnail in Fvwm : Colors

Minda1975 opened this issue · 1 comments

It seems doesn't execute *FvwmEvent deiconify DeThumbnail. I'v figured it out how to works (thanks for this tip goes to heelsleeh).
Here is the way:
change *FvwmEvent to *FirstEvent like this
*FirstEvent: deiconify DeThumbnail
add FirstEvent to StartFunction
+I Module FvwmEvent FirstEvent

done

Thank You very much for letting me know! I'm new to Fvwm, still haven't been fully exploring the Events, Functions, and Modules.. hehe..