#!/bin/sh
ENABLED=yes
[[ ${ENABLED} == "yes" ]] || exit 0
. /usr/lib/ublinux/default
[ "$XBINDKEYSSTART" = "yes" ] && xbindkeys $XBINDKEYSOPTIONS &