# $Id: 95x11-common_cursor 305 2011-09-02 09:40:21Z dnusinow $

# This file is sourced by Xsession(5), not executed.

if [ -r /etc/default/xserver ]; then
	. /etc/default/xserver
fi

if [ "$XSERVER_CURSOR" ]; then
    xsetroot -cursor_name $XSERVER_CURSOR
fi

# vim:set ai et sts=2 sw=2 tw=80:
