Tagged Questions
X11 Inter-Client Communication Conventions Manual: a manual describing conventions that can be used by X11 clients, servers, window managers etcetera to better interoperate. The manual can be found at http://tronche.com/gui/x/icccm
5
votes
3answers
3k views
How to identify top-level X11 windows using xlib?
I'm trying to get a list of all top level desktop windows in an X11 session. Basically, I want to get a list of all windows that are shown in the window managers application-switching UI (commonly ...
1
vote
1answer
196 views
X11, how to detect I’m the last window/application on the display
I have an x11 display with a windowmanager (sadly not a specific one, could be twm, dtwm, mwm, metacity …) , myApp and other applications with windows. I want to close the display if the other ...
1
vote
2answers
215 views
Confusing _NET_SUPPORTING_WM_CHECK
I am trying to make my window manager conform to the ICCCM specifications. I fully understand the reason for the _NET_SUPPORTING_WM_CHECK atom - this ensures that no invalid information stays whenever ...
0
votes
1answer
27 views
X11 XM_NAME type is 'UTF-8' rather than STRING_UTF8
I'm looking at some X11 code that uses XmbTextListToTextProperty to set the WM_NAME property, with encoding style XTextStyle.
...