it'd be cool to support more of the netwm standards ( http://en.wikipedia.org/wiki/Extended_Window_Manager_Hints ), most notably _NET_CLIENT_LIST or _WIN_CLIENT_LIST (which appear to be needed for wmctrl to do anything at all)
Anonymous
Made a small start in the 'netwm' branch: added a _NET_CLIENT_LIST property to the root window, but so far it always contains a list of 0 windows.
Not sure how to proceed - help certainly appreciated!
I've had a script in the repo that does this (though _STACKING isn't exactly per-spec) for a while now.
https://github.com/jhamb/NotionScriptsCollection/blob/master/scripts/net_client_list.lua
I've got an updated version on my machine at home, but it depends on another "library" script I haven't pushed yet. I'll try to do that soon.
_NET_CLIENT_LIST support is added by net_client_list.lua . Should be added to the default config imho