As a follow up to this question, what does the _NET_
mean in X11? From this answer (by me) it seems i3 takes _NET_x
to be a superior form of x
. But unlike the definition of the non-_NET_
props, I don't see any of them mentioned in the Inter-Client Communication Conventions Manual (ICCM)?
Where is specified the difference between something like
_NET_WM_NAME(UTF8_STRING) = "config (~/.config/i3) - VIM"
and,
WM_NAME(STRING) = "config (~/.config/i3) - VIM"
I found this mention in ICCM,
To prevent conflicts among organizations, additional prefixes should be chosen (for example,
_DEC_WM_DECORATION_GEOMETRY
).
So this may be an additional ad-hoc prefix, but at what layer is this provided? Is this an Ubuntu thing?