The PulseAudio FAQ has this sentence:

If $DISPLAY is set, the library tries to connect to that server and looks for the root window property PULSE_SERVER for the host to connect to.

For a given $DISPLAY, how can I retrieve this and other root window properties, from, say, bash or Python?

link|improve this question
feedback

1 Answer

up vote 2 down vote accepted

I think the xprop command is what you're looking for:

xprop -display $DISPLAY -root
link|improve this answer
Perfect, thanks! – Ashley Yakeley May 15 '11 at 1:33
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.