aboutsummaryrefslogtreecommitdiff
path: root/sway/commands.c
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2017-03-13 15:13:07 -0400
committerGitHub <noreply@github.com>2017-03-13 15:13:07 -0400
commit39ecc10553895ec9c7baf188452e3c80885bae0c (patch)
tree52cc52fb0ec42085c37bee5f4f2e5c5f10cf2631 /sway/commands.c
parent2e1083f52cbec40ed00df27dd1fb5b4d42d9254b (diff)
parentb507462d1c66e11cce76e069a508621dc9599f07 (diff)
Merge pull request #1108 from zandrmartin/new-command-aliases
deprecate new_window and new_float commands
Diffstat (limited to 'sway/commands.c')
-rw-r--r--sway/commands.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sway/commands.c b/sway/commands.c
index dbb34705..c330ebee 100644
--- a/sway/commands.c
+++ b/sway/commands.c
@@ -165,6 +165,8 @@ static struct cmd_handler handlers[] = {
{ "client.urgent", cmd_client_urgent },
{ "commands", cmd_commands },
{ "debuglog", cmd_debuglog },
+ { "default_border", cmd_default_border },
+ { "default_floating_border", cmd_default_floating_border },
{ "default_orientation", cmd_orientation },
{ "exec", cmd_exec },
{ "exec_always", cmd_exec_always },