diff options
author | Drew DeVault <[email protected]> | 2018-09-01 10:38:02 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2018-09-01 10:38:02 -0400 |
commit | 692dc55ecaff66cf379aaf05a4a0c86f517a4dc1 (patch) | |
tree | 7542126a12e757066fc7e41e0de3661ef2bd0b7e /sway/commands.c | |
parent | 4ac67d6408fea10aa229b266d09c2d4f92692691 (diff) | |
parent | 016d0455f809ac3b8da8a040611d691b96502c15 (diff) |
Merge pull request #2549 from RyanDwyer/border-improvements
Implement deprecated 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 d9c54adc..13f5983e 100644 --- a/sway/commands.c +++ b/sway/commands.c @@ -118,6 +118,8 @@ static struct cmd_handler handlers[] = { { "input", cmd_input }, { "mode", cmd_mode }, { "mouse_warping", cmd_mouse_warping }, + { "new_float", cmd_default_floating_border }, + { "new_window", cmd_default_border }, { "no_focus", cmd_no_focus }, { "output", cmd_output }, { "seat", cmd_seat }, |