From 3543f63d0794b5290863e9f33af8d49745ad9a72 Mon Sep 17 00:00:00 2001 From: allusive-dev Date: Fri, 3 Nov 2023 16:38:39 +1100 Subject: DWM: Fixing opacity options --- src/config.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/config.h') 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 -- cgit v1.2.3