diff options
author | Zandr Martin <zandrmartin@gmail.com> | 2017-03-09 14:56:15 -0500 |
---|---|---|
committer | Zandr Martin <zandrmartin@gmail.com> | 2017-03-09 14:56:15 -0500 |
commit | 18450dd16a3909d0ea581f5f9cad4128751870cc (patch) | |
tree | 6d4a99dcb568e73f514e0fde42fe3ae7d64a30ca /sway/commands.c | |
parent | dc33c2cc1dc0761dcdb2270bd2de0b52000874fe (diff) |
deprecate new_window and new_float commands
Diffstat (limited to 'sway/commands.c')
-rw-r--r-- | sway/commands.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sway/commands.c b/sway/commands.c index 068e8866..58e7f655 100644 --- a/sway/commands.c +++ b/sway/commands.c @@ -164,6 +164,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 }, |