diff options
| author | Abhinav Prasai <abhinav.prsai@gmail.com> | 2025-10-06 18:46:17 +0100 |
|---|---|---|
| committer | Abhinav Prasai <abhinav.prsai@gmail.com> | 2025-10-06 18:46:17 +0100 |
| commit | 1e221771eaa18f31401a4fbe1781fbb4f78c2608 (patch) | |
| tree | c75d0a9661b08dc20433edb88cb824da78ca73a4 /src/parser.c | |
| parent | 55072d9876efbefdd3fa3d73cf122e32aa0b981a (diff) | |
add switch to previous workspace
Diffstat (limited to 'src/parser.c')
| -rw-r--r-- | src/parser.c | 3 |
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) |
