# Check if xset q has "timeout" equal to 0 and if so, return 1 if xset q | grep "timeout: 0" >/dev/null; then echo "1" else echo "" fi