diff options
| author | allusive-dev <[email protected]> | 2023-11-03 16:38:39 +1100 |
|---|---|---|
| committer | allusive-dev <[email protected]> | 2023-11-03 16:38:39 +1100 |
| commit | 3543f63d0794b5290863e9f33af8d49745ad9a72 (patch) | |
| tree | 504c54a16b18594fbbc44c3aa3cae03d45695023 /src/config.c | |
| parent | sample config revamp (diff) | |
| download | compfy-1.2.6.tar.xz compfy-1.2.6.zip | |
DWM: Fixing opacity options1.2.6
Diffstat (limited to 'src/config.c')
| -rw-r--r-- | src/config.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config.c b/src/config.c index 754a7d3..27812ab 100644 --- a/src/config.c +++ b/src/config.c @@ -853,6 +853,8 @@ char *parse_config(options_t *opt, const char *config_file, bool *shadow_enable, .animation_clamping = true, .animation_open_blacklist = NULL, .animation_unmap_blacklist = NULL, + .active_opacity_blacklist = NULL, + .inactive_opacity_blacklist = NULL, .corner_rules = NULL, .blur_rules = NULL, |