add note on ipc support

This commit is contained in:
speedie 2022-12-06 20:30:24 +01:00
parent 4737ad059f
commit 59e8527d6e

2
ipc.h
View file

@ -7,7 +7,7 @@
* - Install the 'yajl' package using your distro's package manager. It will depend on your distribution but on Gentoo the package is named 'yajl'.
*/
static char *ipcsockpath = "/tmp/speedwm.sock";
static char *ipcsockpath = "/tmp/speedwm.sock"; /* May be a good idea to change this to 'dwm.sock' for compatibility reasons. */
static IPCCommand ipccommands[] = {
ipccmd( view, 1, { ARG_TYPE_UINT } ),
ipccmd( tagmon, 1, { ARG_TYPE_UINT } ),