aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/commands.c')
-rw-r--r--sway/commands.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sway/commands.c b/sway/commands.c
index 60c64776..31d241a8 100644
--- a/sway/commands.c
+++ b/sway/commands.c
@@ -175,6 +175,7 @@ static struct cmd_handler command_handlers[] = {
175 { "focus", cmd_focus }, 175 { "focus", cmd_focus },
176 { "kill", cmd_kill }, 176 { "kill", cmd_kill },
177 { "layout", cmd_layout }, 177 { "layout", cmd_layout },
178 { "mark", cmd_mark },
178 { "move", cmd_move }, 179 { "move", cmd_move },
179 { "opacity", cmd_opacity }, 180 { "opacity", cmd_opacity },
180 { "reload", cmd_reload }, 181 { "reload", cmd_reload },
@@ -185,6 +186,7 @@ static struct cmd_handler command_handlers[] = {
185 { "splitt", cmd_splitt }, 186 { "splitt", cmd_splitt },
186 { "splitv", cmd_splitv }, 187 { "splitv", cmd_splitv },
187 { "title_format", cmd_title_format }, 188 { "title_format", cmd_title_format },
189 { "unmark", cmd_unmark },
188}; 190};
189 191
190static int handler_compare(const void *_a, const void *_b) { 192static int handler_compare(const void *_a, const void *_b) {