aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands.c
diff options
context:
space:
mode:
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 6a56ff5a..afe05b26 100644
--- a/sway/commands.c
+++ b/sway/commands.c
@@ -127,6 +127,7 @@ static struct cmd_handler command_handlers[] = {
127 { "rename", cmd_rename }, 127 { "rename", cmd_rename },
128 { "resize", cmd_resize }, 128 { "resize", cmd_resize },
129 { "scratchpad", cmd_scratchpad }, 129 { "scratchpad", cmd_scratchpad },
130 { "shortcuts_inhibitor", cmd_shortcuts_inhibitor },
130 { "split", cmd_split }, 131 { "split", cmd_split },
131 { "splith", cmd_splith }, 132 { "splith", cmd_splith },
132 { "splitt", cmd_splitt }, 133 { "splitt", cmd_splitt },