Get the source for the current version here: tkgoodstuff8.0-final.tar.gz Older, and sometimes more stable, versions are available here.
To run this utility, you need tcl8.0 and tk8.0 (get the source at ftp://ftp.smli.com/pub/tcl ).
(I used to maintain an ftp archive and a binary distribution for Linux, but I don't have the time to deal with the requests for assistance that that has generated.)
Once you have the tkgoodstuff distribution
cd /tmp cat tkgoodstuff8.0-final.tgz | gunzip | tar xpf -
cd /tmp/tkgoodstuff8.0-final
Then type
./configure(If your relevant version of Tcl/Tk is in an odd place, such as /smurf/gleb/lib/tclConfig.sh, you can specify --prefix=/smurf/glep.)
If all goes well, you can type
make
and if all is still well, type
make install
This process will compile C code needed by tkgoodstuff, and install tkgoodstuff's files in the appropriate places. Look in the FAQ for hints if you encounter problems.
Once you are finished, you can remove the source directory if you like (all the needed files will have been copied to a library directory).
Style "tkgoodstuff" NoTitle, NoHandles, Sticky, WindowListSkip, StaysOnTop Style "tkgoodstuff" BorderWidth 0,CirculateSkipIcon,CirculateSkip
HOWEVER, if you use tkgoodstuff as an fvwm module (which I recommend), you needn't do this, as tkgoodstuff will do it automatically. If you use some other window manager, read its documentation---almost certainly you can achieve most of the same effects.