Compare commits

..

3 Commits

Author SHA1 Message Date
Hamza
c8f50728e1
Merge 9dc4e9e9ec21a95ad97842c537632d3d9267af4f into 48dbe00bdb98a1ae6a0e60558ce14503616aa759 2025-06-15 14:52:04 +03:00
Adam Masciola
48dbe00bdb
Merge pull request #47 from kothman/main
Update IPC git repository link to point to the updated Codeberg READM…
2025-05-20 11:07:19 -07:00
Morgan Kothman
7b46718427 Update IPC git repository link to point to the updated Codeberg README.md. 2025-05-20 12:56:33 -04:00

View File

@ -28,7 +28,7 @@ dwl -s 'dwlb -font "monospace:size=16"'
``` ```
## Ipc ## 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 ## 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. 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.