attempting to replace the gio shit in my uim/mozc monitor script with lua socket cos i dont want to have a dependency on gnome just to listen to a goddamn socket
problem is, socket.unix is absent from the documentation, so im running entirely off of github issues here,
i actually only did part of it, i need to make this work asynchronously cos if i just shove it in my awesomewm config as it is im like 99% sure it'll lock the whole thing up,
im now learning that awesomewm requires lgi anyway, and that lgi doesn't actually have gnome as a dependency, so there was never any need for me to write my own socket code
im now learning that awesomewm requires lgi anyway, and that lgi doesn't actually have gnome as a dependency, so there was never any need for me to write my own socket code
at least i know how to do it now i guess