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