dwm-ipc
dwm-ipc copied to clipboard
A DWM patch that allows IPC communication through a UNIX socket
Hi, Im not too familiar with this project, so any help is appreciated. My compilation fails, and leaves little to debug, when trying to process this patch I do have...
I'm attempting to install the latest version, and whenever I attempt to apply it I get the following error message: ``` dwm-ipc-20201106-f04cac6.diff:255: new blank line at EOF. + error: patch...
I tried to have dwm with polybar and tried installing your anybar and icp patches, while with the anybar patch everything compiled, with the icp I have multiple errors due...
Look into using select. Not sure if this is more widely supported. Another alternative is to separate epoll into a separate file and use macros to determine whether to use...
I tried to figure out how to implement a new event type that would provide information on one or maybe more setting variables that have come to be with functionalities...
I wanted to compile my dwm on Arch Linux after applying the patch but when I do `sudo make clean install` I get this: ``` dwm.c:296:10: fatal error: ipc.h: No...
I am raising this for reference in case someone else should end up complaining about the same issue. Feel free to close. I am referring to "memory leak" in quotes...
Hi, me again (sorry). I am not going to bug you with too many details, but I am playing around with setting / updating different statuses on my bar using...
I thought I'd make some notes about IPC commands with multiple arguments as it is not particularly intuitive and is likely going to confuse some people. Or perhaps I am...
A different more flexible and more easily extensible way to subscribe to events could be done using a different subscription model. For example, a subscribe request could specify the windows...