summaryrefslogtreecommitdiff
path: root/src/parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser.c')
-rw-r--r--src/parser.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/parser.c b/src/parser.c
index ea0e789..0c626f0 100644
--- a/src/parser.c
+++ b/src/parser.c
@@ -48,6 +48,7 @@ static const CommandEntry call_table[] = {
{"stack_decrease", resize_stack_sub},
{"switch_previous_workspace", switch_previous_workspace},
{"toggle_floating", toggle_floating},
+ {"toggle_monocle", toggle_monocle},
{NULL, NULL},
};