aboutsummaryrefslogtreecommitdiff
path: root/sway/meson.build
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-04-08 10:57:02 -0400
committerGitHub <noreply@github.com>2018-04-08 10:57:02 -0400
commite10dc77fc60be548d9c2b8782ce83db8df1f95f3 (patch)
tree59b751adc628878f1511a13abe9fd2230c5a6974 /sway/meson.build
parent4ba6545c650712b1ec18854fa7f94995d0176637 (diff)
parent042b80b9faef72c36451eecb5c803223fda3264a (diff)
Merge pull request #1775 from thejan2009/workspace_auto_back_and_forth
Add workspace_auto_back_and_forth command
Diffstat (limited to 'sway/meson.build')
-rw-r--r--sway/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/meson.build b/sway/meson.build
index 1fe0f29a..2521069f 100644
--- a/sway/meson.build
+++ b/sway/meson.build
@@ -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',