diff options
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 },  | 
