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 addd64a6..27329602 100644
--- a/sway/commands.c
+++ b/sway/commands.c
@@ -114,6 +114,7 @@ static struct cmd_handler handlers[] = {
114 { "input", cmd_input }, 114 { "input", cmd_input },
115 { "mode", cmd_mode }, 115 { "mode", cmd_mode },
116 { "mouse_warping", cmd_mouse_warping }, 116 { "mouse_warping", cmd_mouse_warping },
117 { "no_focus", cmd_no_focus },
117 { "output", cmd_output }, 118 { "output", cmd_output },
118 { "seat", cmd_seat }, 119 { "seat", cmd_seat },
119 { "set", cmd_set }, 120 { "set", cmd_set },
@@ -153,6 +154,7 @@ static struct cmd_handler command_handlers[] = {
153 { "swap", cmd_swap }, 154 { "swap", cmd_swap },
154 { "title_format", cmd_title_format }, 155 { "title_format", cmd_title_format },
155 { "unmark", cmd_unmark }, 156 { "unmark", cmd_unmark },
157 { "urgent", cmd_urgent },
156}; 158};
157 159
158static int handler_compare(const void *_a, const void *_b) { 160static int handler_compare(const void *_a, const void *_b) {