aboutsummaryrefslogtreecommitdiffstats
path: root/sway/meson.build
diff options
context:
space:
mode:
authorLibravatar Ryan Dwyer <ryandwyer1@gmail.com>2018-04-23 13:04:16 +1000
committerLibravatar Ryan Dwyer <ryandwyer1@gmail.com>2018-04-23 18:54:45 +1000
commitd956286b92a71accb2ac6c895b51502a3eab3bcd (patch)
tree4f1eb4809d4ebc00d0ae4b734337e6afb4b48081 /sway/meson.build
parentMerge pull request #1846 from RyanDwyer/fullscreen-xwayland-unmanaged (diff)
downloadsway-d956286b92a71accb2ac6c895b51502a3eab3bcd.tar.gz
sway-d956286b92a71accb2ac6c895b51502a3eab3bcd.tar.zst
sway-d956286b92a71accb2ac6c895b51502a3eab3bcd.zip
Implement rename workspace command
This implements the following commands: * rename workspace to new_name * rename workspace old_name to new_name * rename workspace number n to new_name
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 67dbe3dd..f3c319ed 100644
--- a/sway/meson.build
+++ b/sway/meson.build
@@ -45,6 +45,7 @@ sway_sources = files(
45 'commands/move.c', 45 'commands/move.c',
46 'commands/output.c', 46 'commands/output.c',
47 'commands/reload.c', 47 'commands/reload.c',
48 'commands/rename.c',
48 'commands/resize.c', 49 'commands/resize.c',
49 'commands/seat.c', 50 'commands/seat.c',
50 'commands/seat/attach.c', 51 'commands/seat/attach.c',