diff options
author | eri <[email protected]> | 2023-10-23 16:58:47 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2023-10-23 10:58:47 -0400 |
commit | 2d6944dc1481003b4e02e656b2d7a2d4d6db58c6 (patch) | |
tree | dd75a83d85b2d2dcc307d8841a1254c748e777b1 /include/sway/config.h | |
parent | d89c365106b8d58e4a37ad58e9987a7da28c8951 (diff) |
feat: add shadow color for inactive windows (#230)
Diffstat (limited to 'include/sway/config.h')
-rw-r--r-- | include/sway/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/config.h b/include/sway/config.h index 04e2969e..9f23bacf 100644 --- a/include/sway/config.h +++ b/include/sway/config.h @@ -492,6 +492,7 @@ struct sway_config { bool shadows_on_csd_enabled; int shadow_blur_sigma; float shadow_color[4]; + float shadow_inactive_color[4]; bool blur_enabled; bool blur_xray; |