#!/bin/sh
# /etc/lxdm/PostLogout
# runs sync when session logout done and ui ready
# root's context

XAUTHORITY=/var/run/lxdm/lxdm-:0.auth # /etc/lxdm/lxdm.conf
export XAUTHORITY

# sets the desktop background to solid black. Useful if you have multiple monitors.
xsetroot -solid black

sleep 2
/usr/bin/xvkbd -secure -no-keypad

