diff options
| author | Morgan Kothman <abkothman@gmail.com> | 2025-05-20 12:56:33 -0400 |
|---|---|---|
| committer | Morgan Kothman <abkothman@gmail.com> | 2025-05-20 12:56:33 -0400 |
| commit | 7b46718427a1599f433ca792defcdca5ac09f32f (patch) | |
| tree | 1240bd5bf137c58d36c3c8df45d07de37fdab310 | |
| parent | efaef82d5ee390e478fba57b6300953f838803cd (diff) | |
| download | dwlb-7b46718427a1599f433ca792defcdca5ac09f32f.tar.gz | |
Update IPC git repository link to point to the updated Codeberg README.md.
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ dwl -s 'dwlb -font "monospace:size=16"' ``` ## 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`. +If dwl is [patched](https://codeberg.org/dwl/dwl-patches/src/branch/main/patches/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. |