deprecate new_window and new_float commands

This commit is contained in:
Zandr Martin 2017-03-09 14:56:15 -05:00
parent dc33c2cc1d
commit 18450dd16a
No known key found for this signature in database
GPG key ID: AA2BB8EF77F7BBDC
7 changed files with 112 additions and 87 deletions

View file

@ -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 },