From 59e8527d6e4d74f9450dfbb32106579e0d962ff7 Mon Sep 17 00:00:00 2001 From: speedie Date: Tue, 6 Dec 2022 20:30:24 +0100 Subject: [PATCH] add note on ipc support --- ipc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipc.h b/ipc.h index 4458976..a13e52d 100644 --- a/ipc.h +++ b/ipc.h @@ -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 } ),