aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/commands.h
diff options
context:
space:
mode:
authorLibravatar Brian Ashworth <bosrsf04@gmail.com>2018-05-28 11:09:46 -0400
committerLibravatar Brian Ashworth <bosrsf04@gmail.com>2018-05-28 11:09:46 -0400
commitc81d0ef1e8922ad34d431e5dae430b90b0b21d7b (patch)
treed26eaaeb6eff22539746a29fefb1e934943b578a /include/sway/commands.h
parentMerge pull request #2060 from RedSoxFan/focus-wrapping (diff)
downloadsway-c81d0ef1e8922ad34d431e5dae430b90b0b21d7b.tar.gz
sway-c81d0ef1e8922ad34d431e5dae430b90b0b21d7b.tar.zst
sway-c81d0ef1e8922ad34d431e5dae430b90b0b21d7b.zip
Support i3's legacy force_focus_wrapping command
Diffstat (limited to 'include/sway/commands.h')
-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;
109sway_cmd cmd_focus_wrapping; 109sway_cmd cmd_focus_wrapping;
110sway_cmd cmd_font; 110sway_cmd cmd_font;
111sway_cmd cmd_for_window; 111sway_cmd cmd_for_window;
112sway_cmd cmd_force_focus_wrapping;
112sway_cmd cmd_fullscreen; 113sway_cmd cmd_fullscreen;
113sway_cmd cmd_gaps; 114sway_cmd cmd_gaps;
114sway_cmd cmd_hide_edge_borders; 115sway_cmd cmd_hide_edge_borders;