#!/bin/sh

# unclutter stop
killall unclutter

#launch program
sh -c "$1"

# restart unclutter
sh -c "`grep -e '^[ \t]*unclutter'  ~/.Xsession`"
