aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkolunmi <kolunmi@tutanota.com>2023-07-22 08:06:21 -0700
committerkolunmi <kolunmi@tutanota.com>2023-07-22 08:06:21 -0700
commit416cbdf29d63673713e06d9bd62d941c14e726f3 (patch)
tree1e4c931896c074df9414545b2160e6aad727e636
parent4201fabb83997018febd8d5f2e7e66c3c2b9de33 (diff)
downloaddwlb-416cbdf29d63673713e06d9bd62d941c14e726f3.tar.gz
update readme to link to the correct dwl ipc patch
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 40fabdf..826a2c3 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,7 @@ dwl -s 'dwlb -font "monospace:size=16"'
```
## Ipc
-If dwl is [patched](https://lists.sr.ht/~raphi/public-inbox/patches/39166) appropriately, dwlb is capable of communicating directly with dwl. When ipc is enabled with `-ipc`, dwlb does not read from stdin, and clicking tags functions as you would expect. Ipc can be disabled with `-no-ipc`.
+If dwl is [patched](https://github.com/djpohly/dwl/wiki/ipc) appropriately, dwlb is capable of communicating directly with dwl. When ipc is enabled with `-ipc`, dwlb does not read from stdin, and clicking tags functions as you would expect. Ipc can be disabled with `-no-ipc`.
## Commands
Command options send instructions to existing instances of dwlb. All commands take at least one argument to specify a bar on which to operate. This may be zxdg_output_v1 name, "all" to affect all outputs, or "selected" for the current output.