From 2b4893a0ad57fb5234c48615a2e531401efcf69c Mon Sep 17 00:00:00 2001
From: Leonardo Hernández Hernández <leohdz172@proton.me>
Date: Sat, 29 Jun 2024 18:31:01 -0600
Subject: add a note about having at least a dummy rule for `rules[]`

Closes: https://codeberg.org/dwl/dwl/issues/656
---
 config.def.h | 1 +
 1 file changed, 1 insertion(+)

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: */
-- 
cgit v1.2.3