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