aboutsummaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
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;