aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2018-05-28 17:01:34 +0100
committerGitHub <noreply@github.com>2018-05-28 17:01:34 +0100
commit96d575b2525770ec542ea691fc654a3ab1ab2420 (patch)
treed26eaaeb6eff22539746a29fefb1e934943b578a /include
parent1071785f56676218a059e4d6fa10def630e5129b (diff)
parentc81d0ef1e8922ad34d431e5dae430b90b0b21d7b (diff)
downloadsway-96d575b2525770ec542ea691fc654a3ab1ab2420.tar.xz
Merge pull request #2066 from RedSoxFan/force-focus-wrapping
Support i3's legacy force_focus_wrapping command
Diffstat (limited to 'include')
-rw-r--r--include/sway/commands.h1
1 files changed, 1 insertions, 0 deletions
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;