diff options
author | db <[email protected]> | 2018-04-08 16:44:59 +0200 |
---|---|---|
committer | db <[email protected]> | 2018-04-08 16:44:59 +0200 |
commit | 042b80b9faef72c36451eecb5c803223fda3264a (patch) | |
tree | 59b751adc628878f1511a13abe9fd2230c5a6974 /sway/commands.c | |
parent | 4ba6545c650712b1ec18854fa7f94995d0176637 (diff) |
Add workspace_auto_back_and_forth command
This is the only missing piece - other code regarding this functionality has
already been ported from pre-wlroots source.
Diffstat (limited to 'sway/commands.c')
-rw-r--r-- | sway/commands.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/commands.c b/sway/commands.c index 22decef3..20b8a2aa 100644 --- a/sway/commands.c +++ b/sway/commands.c @@ -106,6 +106,7 @@ static struct cmd_handler handlers[] = { { "output", cmd_output }, { "seat", cmd_seat }, { "workspace", cmd_workspace }, + { "workspace_auto_back_and_forth", cmd_ws_auto_back_and_forth }, }; static struct cmd_handler bar_handlers[] = { |