diff options
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 |