diff options
| author | allusive-dev <[email protected]> | 2023-11-09 11:14:39 +1100 |
|---|---|---|
| committer | allusive-dev <[email protected]> | 2023-11-09 11:14:39 +1100 |
| commit | a51f4229715d3edc4c4b609764cc9328d9940232 (patch) | |
| tree | 7e63e3e2c23fcf75d52287d9e9da14ec2af9d980 /src/config.h | |
| parent | Update README.md (diff) | |
| download | compfy-a51f4229715d3edc4c4b609764cc9328d9940232.tar.xz compfy-a51f4229715d3edc4c4b609764cc9328d9940232.zip | |
added blur whitelist toggle according to request in #17. Deprecated focus-exclude in favor of active-exclude and inactive-exclude. Focus wintype option now works as expected1.4.0
Diffstat (limited to 'src/config.h')
| -rw-r--r-- | src/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h index 1436495..4169bae 100644 --- a/src/config.h +++ b/src/config.h @@ -232,6 +232,8 @@ typedef struct options { // Wm Support enum wm_support support_for_wm; + bool blur_whitelist; + // === Opacity === /// Default opacity for inactive windows. /// 32-bit integer with the format of _NET_WM_WINDOW_OPACITY. |