#!/bin/bash
if [ "$(uname -s)" = "OpenBSD" ]; then
PATH="/usr/X11R6/bin:$PATH"
fi
xcompmgr -n &>/dev/null </dev/null &
xmodmap ~/.xmodmaprc
if [ -r ~/.Xdefaults.local ]; then
xrdb -quiet -merge -DUSE_LOCAL ~/.Xdefaults
fi
urxvtd -q -o -f
if [ -r ~/.xsessionrc.local ]; then
. ~/.xsessionrc.local
fi