diff options
author | Leonardo Hernández Hernández <leohdz172@proton.me> | 2024-06-29 18:31:01 -0600 |
---|---|---|
committer | Leonardo Hernández Hernández <leohdz172@proton.me> | 2024-06-29 20:41:54 -0600 |
commit | 2b4893a0ad57fb5234c48615a2e531401efcf69c (patch) | |
tree | 038714def4dfd66ed54da8a03a167fe2a67d8762 | |
parent | 1002ea04fa45fba46755478044bc4828f8e19b20 (diff) |
add a note about having at least a dummy rule for `rules[]`
Closes: https://codeberg.org/dwl/dwl/issues/656
-rw-r--r-- | config.def.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index 646a3d6..22d2171 100644 --- 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: */ |