aboutsummaryrefslogtreecommitdiffstats
path: root/sway/meson.build
diff options
context:
space:
mode:
authorLibravatar Brian Ashworth <bosrsf04@gmail.com>2018-05-28 11:09:46 -0400
committerLibravatar Brian Ashworth <bosrsf04@gmail.com>2018-05-28 11:09:46 -0400
commitc81d0ef1e8922ad34d431e5dae430b90b0b21d7b (patch)
treed26eaaeb6eff22539746a29fefb1e934943b578a /sway/meson.build
parentMerge pull request #2060 from RedSoxFan/focus-wrapping (diff)
downloadsway-c81d0ef1e8922ad34d431e5dae430b90b0b21d7b.tar.gz
sway-c81d0ef1e8922ad34d431e5dae430b90b0b21d7b.tar.zst
sway-c81d0ef1e8922ad34d431e5dae430b90b0b21d7b.zip
Support i3's legacy force_focus_wrapping 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 76c312ba..e5878b9e 100644
--- a/sway/meson.build
+++ b/sway/meson.build
@@ -41,6 +41,7 @@ sway_sources = files(
41 'commands/focus_wrapping.c', 41 'commands/focus_wrapping.c',
42 'commands/font.c', 42 'commands/font.c',
43 'commands/for_window.c', 43 'commands/for_window.c',
44 'commands/force_focus_wrapping.c',
44 'commands/fullscreen.c', 45 'commands/fullscreen.c',
45 'commands/hide_edge_borders.c', 46 'commands/hide_edge_borders.c',
46 'commands/kill.c', 47 'commands/kill.c',