diff options
author | Ryan Dwyer <RyanDwyer@users.noreply.github.com> | 2018-05-28 00:20:50 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-28 00:20:50 +1000 |
commit | 3ee286d7f7e9e72a98cbf3b734b36c7e468e1c95 (patch) | |
tree | 2b0c481616cd738e0f6ca92be9594eec7707799b /sway/meson.build | |
parent | de32b6d52ef8cf7d477fba23f42ca054155add56 (diff) | |
parent | 8fda41dab52656c7c4a0db9a835ae57cea994538 (diff) | |
download | sway-3ee286d7f7e9e72a98cbf3b734b36c7e468e1c95.tar.xz |
Merge pull request #2040 from RedSoxFan/cmd-swap
Implement swap command
Diffstat (limited to 'sway/meson.build')
-rw-r--r-- | sway/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/meson.build b/sway/meson.build index 72347d51..9c942e8e 100644 --- a/sway/meson.build +++ b/sway/meson.build @@ -63,6 +63,7 @@ sway_sources = files( 'commands/show_marks.c', 'commands/split.c', 'commands/swaybg_command.c', + 'commands/swap.c', 'commands/title_format.c', 'commands/unmark.c', 'commands/workspace.c', |