aboutsummaryrefslogtreecommitdiffstats
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 267c7de8..237bfc28 100644
--- a/sway/commands.c
+++ b/sway/commands.c
@@ -93,6 +93,7 @@ static struct cmd_handler handlers[] = {
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 }, 95 { "unbindcode", cmd_unbindcode },
96 { "unbindswitch", cmd_unbindswitch },
96 { "unbindsym", cmd_unbindsym }, 97 { "unbindsym", cmd_unbindsym },
97 { "workspace", cmd_workspace }, 98 { "workspace", cmd_workspace },
98 { "workspace_auto_back_and_forth", cmd_ws_auto_back_and_forth }, 99 { "workspace_auto_back_and_forth", cmd_ws_auto_back_and_forth },