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/commands.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sway/commands.c') diff --git a/sway/commands.c b/sway/commands.c index c3728afd..be16a4b4 100644 --- a/sway/commands.c +++ b/sway/commands.c @@ -106,6 +106,7 @@ static struct cmd_handler handlers[] = { { "exec", cmd_exec }, { "exec_always", cmd_exec_always }, { "focus_follows_mouse", cmd_focus_follows_mouse }, + { "focus_wrapping", cmd_focus_wrapping }, { "font", cmd_font }, { "for_window", cmd_for_window }, { "fullscreen", cmd_fullscreen }, -- cgit v1.2.3