diff options
author | Brian Ashworth <bosrsf04@gmail.com> | 2018-05-28 11:09:46 -0400 |
---|---|---|
committer | Brian Ashworth <bosrsf04@gmail.com> | 2018-05-28 11:09:46 -0400 |
commit | c81d0ef1e8922ad34d431e5dae430b90b0b21d7b (patch) | |
tree | d26eaaeb6eff22539746a29fefb1e934943b578a /include/sway/commands.h | |
parent | 1071785f56676218a059e4d6fa10def630e5129b (diff) |
Support i3's legacy force_focus_wrapping command
Diffstat (limited to 'include/sway/commands.h')
-rw-r--r-- | include/sway/commands.h | 1 |
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; |