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 --- include/sway/commands.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/sway') diff --git a/include/sway/commands.h b/include/sway/commands.h index 87a8c23a..b2255c4b 100644 --- a/include/sway/commands.h +++ b/include/sway/commands.h @@ -109,6 +109,7 @@ sway_cmd cmd_focus_follows_mouse; sway_cmd cmd_focus_wrapping; sway_cmd cmd_font; sway_cmd cmd_for_window; +sway_cmd cmd_force_focus_wrapping; sway_cmd cmd_fullscreen; sway_cmd cmd_gaps; sway_cmd cmd_hide_edge_borders; -- cgit v1.2.3-54-g00ecf