diff options
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. |