How do I obtain, and synchronize, a complete list of all X11 windows?

后端 未结 3 1698
无人及你
无人及你 2020-12-13 01:03

I want to monitor all the open windows under X11. Currently, I\'m doing this as follows:

  1. Initially walking the whole tree by recursively calling XQueryTree fro
3条回答
  •  情歌与酒
    2020-12-13 01:49

    Have a look at xwininfo.

    You might also like xprop and xspy for getting more info.

    Update: Yep. Try using xwininfo and -root with either -tree or -children to get all windows involved.

    And changes can be tracked with xprop -spy.

提交回复
热议问题