aboutsummaryrefslogtreecommitdiff
path: root/src/config.c
diff options
context:
space:
mode:
authorallusive-dev <[email protected]>2023-11-09 11:14:39 +1100
committerallusive-dev <[email protected]>2023-11-09 11:14:39 +1100
commita51f4229715d3edc4c4b609764cc9328d9940232 (patch)
tree7e63e3e2c23fcf75d52287d9e9da14ec2af9d980 /src/config.c
parentUpdate README.md (diff)
downloadcompfy-a51f4229715d3edc4c4b609764cc9328d9940232.tar.xz
compfy-a51f4229715d3edc4c4b609764cc9328d9940232.zip
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 expected1.4.0
Diffstat (limited to 'src/config.c')
-rw-r--r--src/config.c1
1 files changed, 1 insertions, 0 deletions
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,