diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-04-23 11:13:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-23 11:13:29 +0200 |
commit | d41b0ef98fb760cd2aad5e75a35d8b08b0b1ce6a (patch) | |
tree | b90fd28d3aefcf8e9de0c441ef7b90a2544a332e /sway/meson.build | |
parent | 778b90d13e9b78c980ae17c6fc0eb0e93e1d2ac5 (diff) | |
parent | fbb5198e43ef1e8bbb2e83f0942fbe4e8d787e85 (diff) | |
download | sway-d41b0ef98fb760cd2aad5e75a35d8b08b0b1ce6a.tar.xz |
Merge pull request #1847 from RyanDwyer/rename-workspace
Implement rename workspace 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 67dbe3dd..f3c319ed 100644 --- a/sway/meson.build +++ b/sway/meson.build @@ -45,6 +45,7 @@ sway_sources = files( 'commands/move.c', 'commands/output.c', 'commands/reload.c', + 'commands/rename.c', 'commands/resize.c', 'commands/seat.c', 'commands/seat/attach.c', |