diff options
| author | allusive-dev <[email protected]> | 2023-09-28 10:20:49 +1000 |
|---|---|---|
| committer | allusive-dev <[email protected]> | 2023-09-28 10:20:49 +1000 |
| commit | e24b8ed0b48138ceacb7715b9e267ee57db76535 (patch) | |
| tree | c1d5d6a7d49d8ba18b16ba7720e225c58096c8a2 /src/config.h | |
| parent | Update README.md (diff) | |
| download | compfy-0.3.tar.xz compfy-0.3.zip | |
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 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; |