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

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

# Execute openbox
openbox

# EOF
