#!/bin/sh
WMPID=$(pidof openbox) && kill -s SIGUSR2 "$WMPID"
