aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorkolunmi <kolunmi@tutanota.com>2023-02-16 11:44:15 -0700
committerkolunmi <kolunmi@tutanota.com>2023-02-16 11:44:15 -0700
commitfe2d0e670f9ddd80a932da6008cbce514bb306e8 (patch)
treeefa0edd669333bea5094621551595c960bfc8790 /README.md
parentcbd51a8c149d3de80907540cbfda4976337124b6 (diff)
downloaddwlb-fe2d0e670f9ddd80a932da6008cbce514bb306e8.tar.gz
add "first" as an option when specifying command output
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index be73766..8c356bf 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ dwl -s 'dwlb -font "monospace:size=16"'
```
## 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, "selected" for the current output, or "first" for the first output in the internal list.
### Status Text
The `-status` command is used to write status text. The text may contain in-line color commands in the following format: `^fg/bg(HEXCOLOR)`. For example, `^fg(ff0000)` would set the foreground red. Colors can be reset by omitting the hex value. `^^` represents a single `^` character. Color command functionality can be disabled with `-no-status-commands`.