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.
This commit is contained in:
db 2018-04-08 16:44:59 +02:00
parent 4ba6545c65
commit 042b80b9fa
3 changed files with 14 additions and 0 deletions

View file

@ -52,6 +52,7 @@ sway_sources = files(
'commands/split.c',
'commands/swaybg_command.c',
'commands/workspace.c',
'commands/ws_auto_back_and_forth.c',
'commands/bar/activate_button.c',
'commands/bar/binding_mode_indicator.c',