From 588ea8e290a61a8a98e72617fd679689891e2e39 Mon Sep 17 00:00:00 2001 From: William McKinnon Date: Wed, 18 Jan 2023 01:49:26 -0500 Subject: feat: Add box shadows (#64) Co-authored-by: Erik Reider <35975961+ErikReider@users.noreply.github.com> --- sway/commands.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sway/commands.c') diff --git a/sway/commands.c b/sway/commands.c index 6e473b97..9bd5275d 100644 --- a/sway/commands.c +++ b/sway/commands.c @@ -88,6 +88,9 @@ static const struct cmd_handler handlers[] = { { "popup_during_fullscreen", cmd_popup_during_fullscreen }, { "seat", cmd_seat }, { "set", cmd_set }, + { "shadow_blur_radius", cmd_shadow_blur_radius }, + { "shadow_color", cmd_shadow_color }, + { "shadows", cmd_shadows }, { "show_marks", cmd_show_marks }, { "smart_borders", cmd_smart_borders }, { "smart_gaps", cmd_smart_gaps }, -- cgit v1.2.3