From 7736560ae53f6fbed3399aa4ed068da2d5b04eef Mon Sep 17 00:00:00 2001 From: MadcowOG Date: Sun, 26 Feb 2023 17:18:29 -0800 Subject: [PATCH] Changed patch section for ipc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5758b23..69b46a8 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Compile with `make`, install with `make install`, uninstall `make uninstall`. ## Configuration 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 `patches/dwl-bar-ipc-1.0.diff` patch. +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.** For more information about patching see the [hacking](https://suckless.org/hacking/) article from suckless.