#!/bin/sh
# /etc/lxdm/LoginReady
# runs async after lxdm start done, after ui ready, after xinitrc
# root's context

XAUTHORITY=/var/run/lxdm/lxdm-:0.auth # /etc/lxdm/lxdm.conf
export XAUTHORITY
sleep 2
/usr/bin/xvkbd -secure -no-keypad

