http://tech.shantanugoel.com/projects/linux/shantz-xwinwrap
#!/bin/bash if [ "$1" == "-s" ]; then xwinwrap -o 0.5 -ni -fs -s -st -sp -b -nf -- /usr/lib/xscreensaver/xmatrix -root -window-id WID fi; if [ "$1" == "-v" ]; then xwinwrap -o 1 -ni -fs -s -st -sp -b -nf -- mplayer -wid WID -nosound -quiet -loop 0 "/media/data/clips/anime/ghost/Ghost in the Shell - Making of a Cyborg.flv" fi;