summaryrefslogtreecommitdiff
path: root/sway/commands.c
diff options
context:
space:
mode:
authorrti <[email protected]>2023-01-19 23:33:56 +0100
committerGitHub <[email protected]>2023-01-19 17:33:56 -0500
commit9e6901264b2d93d0ab0b91aee20a3d543f53d0ec (patch)
tree12a587ec22a820272249624fe066b12e461a5675 /sway/commands.c
parentdbe2be6a363a9db2bacf96447badf3d04ece4587 (diff)
feat: smart smart_corner_radius (#101)
Diffstat (limited to 'sway/commands.c')
-rw-r--r--sway/commands.c1
1 files changed, 1 insertions, 0 deletions
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 },