#!/bin/sh
modargs="$1 $2 $3 $4 $5"
shift;shift;shift;shift;shift
exec /usr/X11R7/libexec/fvwm/2.5.23/FvwmRearrange $modargs -cascade $@
