diff options
author | Leonardo Hernández Hernández <leohdz172@proton.me> | 2024-12-26 21:10:36 -0600 |
---|---|---|
committer | Leonardo Hernández Hernández <leohdz172@proton.me> | 2025-06-09 13:55:38 -0600 |
commit | 67ff29eb953b135d95371b462fc8f14e89d839f0 (patch) | |
tree | ac120c9627f59143054d13e48b856699062fafdd /README.md | |
parent | 661e1ee38ceeb6e8e41b32ea13dc2eec591afba8 (diff) |
document status output
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -103,7 +103,7 @@ automatically, you will need to configure it prior to launching `dwl`, e.g.: Information about selected layouts, current window title, app-id, and selected/occupied/urgent tags is written to the stdin of the `-s` command (see -the `printstatus()` function for details). This information can be used to +the `STATUS INFORMATION` section in `_dwl_(1)`). This information can be used to populate an external status bar with a script that parses the information. Failing to read this information will cause dwl to block, so if you do want to run a startup command that does not consume the status information, |