diff options
| -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: */  | 
