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