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 d0bf402b..267c7de8 100644
--- a/sway/commands.c
+++ b/sway/commands.c
@@ -92,6 +92,8 @@ static struct cmd_handler handlers[] = {
92 { "title_align", cmd_title_align }, 92 { "title_align", cmd_title_align },
93 { "titlebar_border_thickness", cmd_titlebar_border_thickness }, 93 { "titlebar_border_thickness", cmd_titlebar_border_thickness },
94 { "titlebar_padding", cmd_titlebar_padding }, 94 { "titlebar_padding", cmd_titlebar_padding },
95 { "unbindcode", cmd_unbindcode },
96 { "unbindsym", cmd_unbindsym },
95 { "workspace", cmd_workspace }, 97 { "workspace", cmd_workspace },
96 { "workspace_auto_back_and_forth", cmd_ws_auto_back_and_forth }, 98 { "workspace_auto_back_and_forth", cmd_ws_auto_back_and_forth },
97}; 99};