#!/bin/sh
if [ "$1" = -h ]; then
   echo "Enables interactive mouse operations on a frame."
   exit
fi
. "$WMII_RCCONF"
$WRITE /wm/page/sel/mode/sel/ctl mouse
