summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2021-02-16 10:29:20 +0100
committerbakkeby <[email protected]>2021-02-16 10:29:20 +0100
commit8e9130080cdf7b0cdb5c5ad539488dbd4a075603 (patch)
tree9283334743c3a83b2647b230457bff9b34e9265d
parentf5bbd9b4c3b049bb6a74d906e144c1a2e8284337 (diff)
downloaddwm-flexipatch-8e9130080cdf7b0cdb5c5ad539488dbd4a075603.tar.gz
dwm-flexipatch-8e9130080cdf7b0cdb5c5ad539488dbd4a075603.zip
riodraw: upgrading patch to include rio-spawning of windows
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index 4f914eb..155c342 100644
--- a/config.def.h
+++ b/config.def.h
@@ -1464,7 +1464,7 @@ static IPCCommand ipccommands[] = {
IPCCOMMAND( moveresize, 1, {ARG_TYPE_STR} ),
#endif // MOVERESIZE_PATCH
#if RIODRAW_PATCH
- IPCCOMMAND( riodraw, 1, {ARG_TYPE_NONE} ),
+ IPCCOMMAND( rioresize, 1, {ARG_TYPE_NONE} ),
#endif // RIODRAW_PATCH
#if PUSH_PATCH || PUSH_NO_MASTER_PATCH
IPCCOMMAND( pushdown, 1, {ARG_TYPE_NONE} ),