From 47111ce5137aeb14419037323269765f7a639d9c Mon Sep 17 00:00:00 2001 From: Abhinav Prasai Date: Sat, 11 Oct 2025 21:25:23 +0100 Subject: add monocle layout --- src/parser.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/parser.c') 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}, }; -- cgit v1.2.3