diff options
Diffstat (limited to '')
| -rw-r--r-- | config.def.h | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/config.def.h b/config.def.h index 895284f..9365505 100644 --- a/config.def.h +++ b/config.def.h @@ -17,6 +17,9 @@ static const float fullscreen_bg[]         = {0.1, 0.1, 0.1, 1.0}; /* You can al  #define TAGCOUNT (9)  static const int tagcount = TAGCOUNT; +/* logging */ +static int log_level = WLR_ERROR; +  static const Rule rules[] = {  	/* app_id     title       tags mask     isfloating   monitor */  	/* examples: | 
