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) --- sway/commands.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sway/commands.c') diff --git a/sway/commands.c b/sway/commands.c index 34bb08c3..3927fb2f 100644 --- a/sway/commands.c +++ b/sway/commands.c @@ -96,6 +96,7 @@ static const struct cmd_handler handlers[] = { { "set", cmd_set }, { "shadow_blur_radius", cmd_shadow_blur_radius }, { "shadow_color", cmd_shadow_color }, + { "shadow_inactive_color", cmd_shadow_inactive_color }, { "shadows", cmd_shadows }, { "shadows_on_csd", cmd_shadows_on_csd }, { "show_marks", cmd_show_marks }, -- cgit v1.2.3