From 023ce014e7b17087b7ec4fbba55f1ae6e34052fe Mon Sep 17 00:00:00 2001 From: kolunmi Date: Wed, 22 Feb 2023 11:05:30 -0700 Subject: [PATCH] add link to somebar ipc patch in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2cdfa67..69b791d 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ dwl -s 'dwlb -font "monospace:size=16"' ``` ## Ipc -If dwl is patched 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://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`. ## 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, "selected" for the current output, or "first" for the first output in the internal list.