#!/bin/sh
#
# /etc/X11/xinit/xinitrc.blackbox
#

# Set cursor and solid black bg
xsetroot -solid black -cursor_name left_ptr

# Execute blackbox
exec blackbox

# EOF
