#!/bin/sh

if [ -z "$DISPLAY" ] 
then
    exit 200
else
    /usr/bin/xinput list > $1 2>/dev/null
fi
