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