How to get pid from xid (X window identifier). How to get list of xids for pid?
(Assuming all applications run with DISPLAY=:0, without network transparency being in use)
Expecing something like:
- Dig in /proc/$pid/fd/ to track connection to X server
- Follow that connection, dig in /proc/
pidof X/fd - Dig inside X as it should know how to map connections to it to windows.