aboutsummaryrefslogtreecommitdiffstats
path: root/sway/meson.build
diff options
context:
space:
mode:
authorLibravatar emersion <contact@emersion.fr>2018-05-28 17:01:34 +0100
committerLibravatar GitHub <noreply@github.com>2018-05-28 17:01:34 +0100
commit96d575b2525770ec542ea691fc654a3ab1ab2420 (patch)
treed26eaaeb6eff22539746a29fefb1e934943b578a /sway/meson.build
parentMerge pull request #2060 from RedSoxFan/focus-wrapping (diff)
parentSupport i3's legacy force_focus_wrapping command (diff)
downloadsway-96d575b2525770ec542ea691fc654a3ab1ab2420.tar.gz
sway-96d575b2525770ec542ea691fc654a3ab1ab2420.tar.zst
sway-96d575b2525770ec542ea691fc654a3ab1ab2420.zip
Merge pull request #2066 from RedSoxFan/force-focus-wrapping
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',