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 6cba0a1c..c3728afd 100644
--- a/sway/commands.c
+++ b/sway/commands.c
@@ -186,6 +186,7 @@ static struct cmd_handler command_handlers[] = {
186 { "splith", cmd_splith }, 186 { "splith", cmd_splith },
187 { "splitt", cmd_splitt }, 187 { "splitt", cmd_splitt },
188 { "splitv", cmd_splitv }, 188 { "splitv", cmd_splitv },
189 { "swap", cmd_swap },
189 { "title_format", cmd_title_format }, 190 { "title_format", cmd_title_format },
190 { "unmark", cmd_unmark }, 191 { "unmark", cmd_unmark },
191}; 192};