From 2d6944dc1481003b4e02e656b2d7a2d4d6db58c6 Mon Sep 17 00:00:00 2001 From: eri Date: Mon, 23 Oct 2023 16:58:47 +0200 Subject: feat: add shadow color for inactive windows (#230) --- include/sway/commands.h | 1 + include/sway/config.h | 1 + 2 files changed, 2 insertions(+) (limited to 'include') diff --git a/include/sway/commands.h b/include/sway/commands.h index 920e8596..b4166284 100644 --- a/include/sway/commands.h +++ b/include/sway/commands.h @@ -192,6 +192,7 @@ sway_cmd cmd_set; sway_cmd cmd_shortcuts_inhibitor; sway_cmd cmd_shadow_blur_radius; sway_cmd cmd_shadow_color; +sway_cmd cmd_shadow_inactive_color; sway_cmd cmd_shadows; sway_cmd cmd_shadows_on_csd; sway_cmd cmd_show_marks; 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; -- cgit v1.2.3