From a51f4229715d3edc4c4b609764cc9328d9940232 Mon Sep 17 00:00:00 2001 From: allusive-dev Date: Thu, 9 Nov 2023 11:14:39 +1100 Subject: added blur whitelist toggle according to request in #17. Deprecated focus-exclude in favor of active-exclude and inactive-exclude. Focus wintype option now works as expected --- src/config.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/config.c') diff --git a/src/config.c b/src/config.c index 2eefda1..e3ea9c6 100644 --- a/src/config.c +++ b/src/config.c @@ -860,6 +860,7 @@ char *parse_config(options_t *opt, const char *config_file, bool *shadow_enable, .corner_rules = NULL, .blur_rules = NULL, + .blur_whitelist = true, .support_for_wm = WM_SUPPORT_NONE, -- cgit v1.2.3