From 46da1dc32bd6c101964d32bb698e8187fb9ee91e Mon Sep 17 00:00:00 2001 From: Brian Ashworth Date: Sun, 27 May 2018 23:20:21 -0400 Subject: Implement focus_wrapping --- sway/meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'sway/meson.build') diff --git a/sway/meson.build b/sway/meson.build index 9c942e8e..76c312ba 100644 --- a/sway/meson.build +++ b/sway/meson.build @@ -38,6 +38,7 @@ sway_sources = files( 'commands/exec_always.c', 'commands/focus.c', 'commands/focus_follows_mouse.c', + 'commands/focus_wrapping.c', 'commands/font.c', 'commands/for_window.c', 'commands/fullscreen.c', -- cgit v1.2.3-54-g00ecf