diff options
author | Drew DeVault <[email protected]> | 2018-04-05 00:17:47 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2018-04-05 00:17:47 -0400 |
commit | 9e89daf21353d3739d84ed25ae99aab82704df97 (patch) | |
tree | d7e3d910fc6646515c7869f5177a8c26cb6e35ca /sway/commands.c | |
parent | aa35715f4bf840927e602004dc1612e3b049ed75 (diff) | |
parent | f77986338fc4186d003908012685c12d718ed647 (diff) |
Merge pull request #1734 from swaywm/resize-cmd
Implement resize command
Diffstat (limited to 'sway/commands.c')
-rw-r--r-- | sway/commands.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/commands.c b/sway/commands.c index 2786a879..22decef3 100644 --- a/sway/commands.c +++ b/sway/commands.c @@ -165,6 +165,7 @@ static struct cmd_handler command_handlers[] = { { "move", cmd_move }, { "opacity", cmd_opacity }, { "reload", cmd_reload }, + { "resize", cmd_resize }, { "split", cmd_split }, { "splith", cmd_splith }, { "splitt", cmd_splitt }, |