fixed the style

This commit is contained in:
André Desgualdo Pereira 2025-10-23 13:32:57 -03:00
parent 4f1164fb78
commit 744d5eec1e

View File

@ -36,7 +36,7 @@ while :; do
done done
``` ```
don't forget to make it executable `chmod +x /path/to/dwlb_wrapper.sh` and launch dwl with: don't forget to make it executable `chmod +x /path/to/dwlb_wrapper.sh` and launch dwl with:
dwl -s '/path/to/dwlb_wrapper.sh' `dwl -s '/path/to/dwlb_wrapper.sh'`
## Ipc ## 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`. 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`.