aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/commands.c')
-rw-r--r--sway/commands.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sway/commands.c b/sway/commands.c
index 1523fdd1..5b20857a 100644
--- a/sway/commands.c
+++ b/sway/commands.c
@@ -105,6 +105,8 @@ static struct cmd_handler handlers[] = {
105 { "font", cmd_font }, 105 { "font", cmd_font },
106 { "for_window", cmd_for_window }, 106 { "for_window", cmd_for_window },
107 { "force_focus_wrapping", cmd_force_focus_wrapping }, 107 { "force_focus_wrapping", cmd_force_focus_wrapping },
108 { "fullscreen", cmd_fullscreen },
109 { "gaps", cmd_gaps },
108 { "hide_edge_borders", cmd_hide_edge_borders }, 110 { "hide_edge_borders", cmd_hide_edge_borders },
109 { "include", cmd_include }, 111 { "include", cmd_include },
110 { "input", cmd_input }, 112 { "input", cmd_input },
@@ -114,6 +116,7 @@ static struct cmd_handler handlers[] = {
114 { "seat", cmd_seat }, 116 { "seat", cmd_seat },
115 { "set", cmd_set }, 117 { "set", cmd_set },
116 { "show_marks", cmd_show_marks }, 118 { "show_marks", cmd_show_marks },
119 { "smart_gaps", cmd_smart_gaps },
117 { "workspace", cmd_workspace }, 120 { "workspace", cmd_workspace },
118 { "workspace_auto_back_and_forth", cmd_ws_auto_back_and_forth }, 121 { "workspace_auto_back_and_forth", cmd_ws_auto_back_and_forth },
119}; 122};