From c81d0ef1e8922ad34d431e5dae430b90b0b21d7b Mon Sep 17 00:00:00 2001 From: Brian Ashworth Date: Mon, 28 May 2018 11:09:46 -0400 Subject: Support i3's legacy force_focus_wrapping command --- 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 be16a4b4..b55ea58c 100644 --- a/sway/commands.c +++ b/sway/commands.c @@ -109,6 +109,7 @@ static struct cmd_handler handlers[] = { { "focus_wrapping", cmd_focus_wrapping }, { "font", cmd_font }, { "for_window", cmd_for_window }, + { "force_focus_wrapping", cmd_force_focus_wrapping }, { "fullscreen", cmd_fullscreen }, { "hide_edge_borders", cmd_hide_edge_borders }, { "include", cmd_include }, -- cgit v1.2.3