summaryrefslogtreecommitdiff
path: root/sway/commands.c
diff options
context:
space:
mode:
authorWilliam McKinnon <[email protected]>2022-08-21 17:12:54 -0400
committerGitHub <[email protected]>2022-08-21 17:12:54 -0400
commit5c0086b94422a63587508c34bbac9bde6b313ca3 (patch)
tree71ff3071045542fddce6c69e0804c9690b24bfef /sway/commands.c
parentc5d08f608553f4d12607ab4aa52320e89de50d95 (diff)
Add rounded corners (#9)
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 5a1fd32e..d60cf84b 100644
--- a/sway/commands.c
+++ b/sway/commands.c
@@ -55,6 +55,7 @@ static const struct cmd_handler handlers[] = {
{ "client.placeholder", cmd_client_noop },
{ "client.unfocused", cmd_client_unfocused },
{ "client.urgent", cmd_client_urgent },
+ { "corner_radius", cmd_corner_radius },
{ "default_border", cmd_default_border },
{ "default_floating_border", cmd_default_floating_border },
{ "exec", cmd_exec },