From 88eb89ab0dff7bb27a4e9335f34393572e4322da Mon Sep 17 00:00:00 2001 From: bakkeby Date: Mon, 29 Aug 2022 21:37:43 +0200 Subject: [PATCH] Roll back const change for IPCCommands --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 562a516..8d7eb51 100644 --- a/config.def.h +++ b/config.def.h @@ -1572,7 +1572,7 @@ static Signal signals[] = { #if IPC_PATCH static const char *ipcsockpath = "/tmp/dwm.sock"; -static const IPCCommand ipccommands[] = { +static IPCCommand ipccommands[] = { IPCCOMMAND( focusmon, 1, {ARG_TYPE_SINT} ), IPCCOMMAND( focusstack, 1, {ARG_TYPE_SINT} ), IPCCOMMAND( incnmaster, 1, {ARG_TYPE_SINT} ),