diff options
author | William McKinnon <[email protected]> | 2023-01-18 01:49:26 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2023-01-18 01:49:26 -0500 |
commit | 588ea8e290a61a8a98e72617fd679689891e2e39 (patch) | |
tree | 128bf22c2f419c793e1a6b84ee03c91af4253629 /sway/commands.c | |
parent | 1baba77c74302b8c1f212e851f194deae0fae46b (diff) |
feat: Add box shadows (#64)
Co-authored-by: Erik Reider <[email protected]>
Diffstat (limited to 'sway/commands.c')
-rw-r--r-- | sway/commands.c | 3 |
1 files changed, 3 insertions, 0 deletions
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 }, |