I want to know the event name of application moving from one workspace to another using Xlib.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
You will get a PropertyNotify on _NET_WM_DESKTOP http://standards.freedesktop.org/wm-spec/latest/ar01s05.html#id2568910 (only with WMs that support _NET_WM_DESKTOP, but most standard ones do) |
|||||
|