#!/bin/sh
if [ "$1" = -h ]; then
   echo "Enables resize mode shortcuts. Escape with ESC."
   exit
fi
. "$WMII_RCCONF"
$WRITE /keys/grab-keyb 1
$WRITE /keys/lookup /mode/resize
wmira pageupdate
