aboutsummaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
authorallusive-dev <[email protected]>2023-09-28 10:20:49 +1000
committerallusive-dev <[email protected]>2023-09-28 10:20:49 +1000
commite24b8ed0b48138ceacb7715b9e267ee57db76535 (patch)
treec1d5d6a7d49d8ba18b16ba7720e225c58096c8a2 /src/config.h
parentUpdate README.md (diff)
downloadcompfy-0.3.tar.xz
compfy-0.3.zip
added animation exclude rule sets - update 0.30.30.2.2
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h
index a22d222..ba0dcbc 100644
--- a/src/config.h
+++ b/src/config.h
@@ -277,6 +277,10 @@ typedef struct options {
/// Rounded corners blacklist. A linked list of conditions.
c2_lptr_t *rounded_corners_blacklist;
+ c2_lptr_t *animation_open_blacklist;
+
+ c2_lptr_t *animation_unmap_blacklist;
+
// === Focus related ===
/// Whether to try to detect WM windows and mark them as focused.
bool mark_wmwin_focused;