#!/bin/sh
if ps ax | grep -v grep | grep -q openbox ; then
    exec xcompmgr -aR
fi
