dwl

My patch set and modifications to dwl
git clone git://git.ethandl.dev/dwl
Log | Files | Refs | README | LICENSE

commit 2b4893a0ad57fb5234c48615a2e531401efcf69c
parent 1002ea04fa45fba46755478044bc4828f8e19b20
Author: Leonardo Hernández Hernández <leohdz172@proton.me>
Date:   Sat, 29 Jun 2024 18:31:01 -0600

add a note about having at least a dummy rule for `rules[]`

Closes: https://codeberg.org/dwl/dwl/issues/656

Diffstat:
Mconfig.def.h | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/config.def.h b/config.def.h @@ -20,6 +20,7 @@ static const float fullscreen_bg[] = {0.1f, 0.1f, 0.1f, 1.0f}; /* You ca /* logging */ static int log_level = WLR_ERROR; +/* NOTE: ALWAYS keep a rule declared even if you don't use rules (e.g leave at least one example) */ static const Rule rules[] = { /* app_id title tags mask isfloating monitor */ /* examples: */