dwl/window: allow hiding of title when either inactive or empty

This commit is contained in:
Alex Denes
2025-05-05 16:38:59 +00:00
parent 8685e88ec4
commit 5ab852ff52
3 changed files with 32 additions and 4 deletions
+10
View File
@@ -17,6 +17,16 @@ Addressed by *dwl/window*
default: {title} ++
The format, how information should be displayed.
*hide-empty*: ++
typeof: bool ++
default: false ++
Option to hide the module when the content would be empty.
*hide-inactive*: ++
typeof: bool ++
default: false ++
Option to hide the module when the window is unfocused.
*rotate*: ++
typeof: integer ++
Positive value to rotate the text label (in 90 degree increments).