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.h | |
| 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.h')
| -rw-r--r-- | src/config.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h index d5b2107..6a8e42b 100644 --- a/src/config.h +++ b/src/config.h @@ -289,6 +289,10 @@ typedef struct options { c2_lptr_t *animation_open_blacklist; // Rules to exclude windows from having a unmap animation c2_lptr_t *animation_unmap_blacklist; + // Rules to exclude windows from having being affected by active-opacity + c2_lptr_t *active_opacity_blacklist; + // Rules to exclude windows from having being affected by inactive-opacity + c2_lptr_t *inactive_opacity_blacklist; /// Limit window brightness double max_brightness; // Radius of rounded window corners |