diff options
| author | kolunmi <kolunmi@tutanota.com> | 2023-03-14 12:07:21 -0700 |
|---|---|---|
| committer | kolunmi <kolunmi@tutanota.com> | 2023-03-14 12:07:21 -0700 |
| commit | c91e728fd6e50824b1216d730d2c26a44a5b7954 (patch) | |
| tree | 2fa760b63151822e94acd528dc35bcded02b450a /README.md | |
| parent | fbb2b67ba27ff37a3fa8e5565c2dfb400e632db5 (diff) | |
| download | dwlb-c91e728fd6e50824b1216d730d2c26a44a5b7954.tar.gz | |
refactoring, remove uthash dependency, add -not-title option
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -12,7 +12,6 @@ A fast, feature-complete bar for [dwl](https://github.com/djpohly/dwl). * libwayland-cursor * pixman * fcft -* uthash ## Installation ```bash @@ -32,7 +31,7 @@ dwl -s 'dwlb -font "monospace:size=16"' 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. +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. ### Status Text The `-status` command is used to write status text. The text may contain in-line commands in the following format: `^cmd(argument)`. |