summaryrefslogtreecommitdiffhomepage
path: root/config.def.h
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2022-08-29 21:37:43 +0200
committerbakkeby <[email protected]>2022-08-29 21:37:43 +0200
commit88eb89ab0dff7bb27a4e9335f34393572e4322da (patch)
treed3c42bd6a7ceff9827dd7eb97fbad0911feeb855 /config.def.h
parent0f36ba5408ab04586dc71ccb082fb28633df14bc (diff)
downloaddwm-flexipatch-88eb89ab0dff7bb27a4e9335f34393572e4322da.tar.gz
dwm-flexipatch-88eb89ab0dff7bb27a4e9335f34393572e4322da.zip
Roll back const change for IPCCommands
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
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} ),