From 3ed31ac69a87678f8153ba7a4cf367a53d26a75e Mon Sep 17 00:00:00 2001 From: MadcowOG Date: Sun, 5 Mar 2023 19:23:35 -0800 Subject: [PATCH] Fixed the ipc link. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 69b46a8..fecc8b8 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Compile with `make`, install with `make install`, uninstall `make uninstall`. Like most suckless-like software, configuration is done through `src/config.def.h` modify it to your heart's content. dwl-bar is compatible with [someblocks](https://sr.ht/~raphi/someblocks/) for status. If you want dwl-bar to control dwl (via mouse usage primarily) you may want to apply the [ipc](https://github.com/MadcowOG/dwl-bar/compare/ipc.patch) patch. -**However do note that you will also need to apply the [bar-ipc](https://github.com/djpohly/dwl/wiki/bar-ipc) patch for dwl.** +**However do note that you will also need to apply the [ipc](https://github.com/djpohly/dwl/wiki/ipc) patch for dwl.** For more information about patching see the [hacking](https://suckless.org/hacking/) article from suckless.