aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands.c
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2018-04-04 21:32:31 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2018-04-05 00:03:20 -0400
commitf77986338fc4186d003908012685c12d718ed647 (patch)
treef8b1ec4af069ab2123453d713251dcd7c51767d1 /sway/commands.c
parentMerge pull request #1732 from emersion/view-children (diff)
downloadsway-f77986338fc4186d003908012685c12d718ed647.tar.gz
sway-f77986338fc4186d003908012685c12d718ed647.tar.zst
sway-f77986338fc4186d003908012685c12d718ed647.zip
Implement resize command
Diffstat (limited to 'sway/commands.c')
-rw-r--r--sway/commands.c1
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[] = {
165 { "move", cmd_move }, 165 { "move", cmd_move },
166 { "opacity", cmd_opacity }, 166 { "opacity", cmd_opacity },
167 { "reload", cmd_reload }, 167 { "reload", cmd_reload },
168 { "resize", cmd_resize },
168 { "split", cmd_split }, 169 { "split", cmd_split },
169 { "splith", cmd_splith }, 170 { "splith", cmd_splith },
170 { "splitt", cmd_splitt }, 171 { "splitt", cmd_splitt },