if [ "$GX_NUMLOCK_ON" = "true" ] ; then
        numlockx on
elif [ "$GX_NUMLOCK_ON" = "false" ] ; then
        numlockx off
fi

