#!/bin/sh ENABLED=yes [ "$ENABLED" != "yes" ] && exit 0 . /usr/lib/ublinux/os-config [ "$XBINDKEYSSTART" = "yes" ] && xbindkeys $XBINDKEYSOPTIONS &