summaryrefslogtreecommitdiff
path: root/src/parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser.c')
-rw-r--r--src/parser.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/parser.c b/src/parser.c
index d48f084..a479705 100644
--- a/src/parser.c
+++ b/src/parser.c
@@ -48,7 +48,8 @@ static const CommandEntry call_table[] = {
{"global_floating", toggle_floating_global},
{"fullscreen", toggle_fullscreen},
{"centre_window", centre_window},
- {NULL, NULL}
+ {"switch_previous_workspace", switch_previous_workspace},
+ {NULL, NULL},
};
static void remap_and_dedupe_binds(Config *cfg)