diff options
author | Leonardo Hernández Hernández <leohdz172@proton.me> | 2023-10-09 10:56:05 -0600 |
---|---|---|
committer | Leonardo Hernández Hernández <leohdz172@proton.me> | 2023-10-09 11:11:33 -0600 |
commit | 935b852dc5b7e042f3eaf446e69048631b8101be (patch) | |
tree | 585e4320c4582cb533b2625017d6c90c9373de7c /config.def.h | |
parent | a18c52830010675cc794984c86db6c39776f914a (diff) |
add [-d] flag to enable debug logging
Diffstat (limited to 'config.def.h')
-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: |