Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

5
  • I doubt that there is or will ever be such a command like xprop. One major goal of Wayland is to restrict access to windows of other processes. Commented Feb 18, 2018 at 8:38
  • @mviereck Surely the superuser could see window information, even in Wayland? Commented Feb 20, 2018 at 13:12
  • @bariumbitmap: Only if the compositor provides these informations outside of its own memory, for example in a file or through an API. I am not aware of such a specification (but it may exist, though). Of course, you could fork a compositor like weston and implement that yourself, if you don't need a general solution for all compositors. Commented Feb 20, 2018 at 15:52
  • Why not just xprop? It shows an awful lot of detail over a window via XWayland, including _NET_WM_PID(CARDINAL), which is the originator process PID. Commented Apr 5, 2019 at 15:18
  • 1
    @istepaniuk because xprop doesn't have access to Wayland windows, but only to those running on X server. Commented Jan 10, 2023 at 15:54