Short for "small window"
A nice alternative to running a command in the background:
#!/bin/sh exec rxvt -fn 6x10 -e "$@" &
Example:
% sw makethumbnails -s 150 *
Or just
% sw sh