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