#!/bin/sh
modargs="$1 $2 $3 $4 $5"
shift;shift;shift;shift;shift
exec /usr/X11R6/sbin/fvwm/2.4.7/FvwmRearrange $modargs -tile $@
