summaryrefslogtreecommitdiff
path: root/src/parser.c
diff options
context:
space:
mode:
authorAbhinav Prasai <abhinav.prsai@gmail.com>2025-10-11 21:25:23 +0100
committerAbhinav Prasai <abhinav.prsai@gmail.com>2025-10-11 21:25:23 +0100
commit47111ce5137aeb14419037323269765f7a639d9c (patch)
treea9e54e01974ca895705631bfa4659a5a7693cbaa /src/parser.c
parent86d89c3ac2ff1fe9d9cda02dd5f5ee9453f96f15 (diff)
add monocle layout
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},
};