You are not logged in.
I use qtile wm, but when I use neofetch it says that I use iG3D (which I have no idea what it is), why does this happen?
Last edited by Kurokishin (2022-03-02 17:07:16)
Offline
xprop -root _NET_SUPPORTING_WM_CHECK
xprop -id $(xprop -root _NET_SUPPORTING_WM_CHECK | cut -d '#' -f2)(blindly assuming that this is what pointlesstoolonlyusedonunixpornscreenshots preferably draws)
Offline
LMFAO
Output:
xprop -root _NET_SUPPORTING_WM_CHECK
_NET_SUPPORTING_WM_CHECK(WINDOW): window id # 0x40009axprop -id $(xprop -root _NET_SUPPORTING_WM_CHECK | cut -d '#' -f2)
_NET_SUPPORTING_WM_CHECK(WINDOW): window id # 0x40009a
_NET_WM_NAME(UTF8_STRING) = "iG3D"Offline
https://github.com/qtile/qtile/issues
Asking google, this looks like it's coming from some python image library and qtile probably doesn't set an explicit _NET_WM_NAME on its own maintainance window.
Offline
I see, thanks for the reply.
Offline