summaryrefslogtreecommitdiffstats
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 317122cd..d93f6591 100644
--- a/sway/commands.c
+++ b/sway/commands.c
@@ -171,6 +171,7 @@ static struct cmd_handler handlers[] = {
171 { "focus", cmd_focus }, 171 { "focus", cmd_focus },
172 { "focus_follows_mouse", cmd_focus_follows_mouse }, 172 { "focus_follows_mouse", cmd_focus_follows_mouse },
173 { "font", cmd_font }, 173 { "font", cmd_font },
174 { "force_focus_wrapping", cmd_force_focus_wrapping },
174 { "for_window", cmd_for_window }, 175 { "for_window", cmd_for_window },
175 { "fullscreen", cmd_fullscreen }, 176 { "fullscreen", cmd_fullscreen },
176 { "gaps", cmd_gaps }, 177 { "gaps", cmd_gaps },