aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorkolunmi <kolunmi@tutanota.com>2023-03-14 12:07:21 -0700
committerkolunmi <kolunmi@tutanota.com>2023-03-14 12:07:21 -0700
commitc91e728fd6e50824b1216d730d2c26a44a5b7954 (patch)
tree2fa760b63151822e94acd528dc35bcded02b450a /README.md
parentfbb2b67ba27ff37a3fa8e5565c2dfb400e632db5 (diff)
downloaddwlb-c91e728fd6e50824b1216d730d2c26a44a5b7954.tar.gz
refactoring, remove uthash dependency, add -not-title option
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index 05d2279..d501416 100644
--- a/README.md
+++ b/README.md
@@ -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)`.