#!/bin/sh

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