From 9e6901264b2d93d0ab0b91aee20a3d543f53d0ec Mon Sep 17 00:00:00 2001 From: rti Date: Thu, 19 Jan 2023 23:33:56 +0100 Subject: feat: smart smart_corner_radius (#101) --- 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 9bd5275d..57f1a8b6 100644 --- a/sway/commands.c +++ b/sway/commands.c @@ -93,6 +93,7 @@ static const struct cmd_handler handlers[] = { { "shadows", cmd_shadows }, { "show_marks", cmd_show_marks }, { "smart_borders", cmd_smart_borders }, + { "smart_corner_radius", cmd_smart_corner_radius }, { "smart_gaps", cmd_smart_gaps }, { "tiling_drag", cmd_tiling_drag }, { "tiling_drag_threshold", cmd_tiling_drag_threshold }, -- cgit v1.2.3