aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/commands.h
diff options
context:
space:
mode:
authorLibravatar Brian Ashworth <bosrsf04@gmail.com>2018-05-27 23:20:21 -0400
committerLibravatar Brian Ashworth <bosrsf04@gmail.com>2018-05-27 23:20:21 -0400
commit46da1dc32bd6c101964d32bb698e8187fb9ee91e (patch)
treee713b194254bf6d43214a394459c1b94e64bbacb /include/sway/commands.h
parentMerge pull request #2050 from smlx/focus-fix (diff)
downloadsway-46da1dc32bd6c101964d32bb698e8187fb9ee91e.tar.gz
sway-46da1dc32bd6c101964d32bb698e8187fb9ee91e.tar.zst
sway-46da1dc32bd6c101964d32bb698e8187fb9ee91e.zip
Implement focus_wrapping
Diffstat (limited to 'include/sway/commands.h')
-rw-r--r--include/sway/commands.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sway/commands.h b/include/sway/commands.h
index 365068ae..87a8c23a 100644
--- a/include/sway/commands.h
+++ b/include/sway/commands.h
@@ -106,9 +106,9 @@ sway_cmd cmd_floating_mod;
106sway_cmd cmd_floating_scroll; 106sway_cmd cmd_floating_scroll;
107sway_cmd cmd_focus; 107sway_cmd cmd_focus;
108sway_cmd cmd_focus_follows_mouse; 108sway_cmd cmd_focus_follows_mouse;
109sway_cmd cmd_focus_wrapping;
109sway_cmd cmd_font; 110sway_cmd cmd_font;
110sway_cmd cmd_for_window; 111sway_cmd cmd_for_window;
111sway_cmd cmd_force_focus_wrapping;
112sway_cmd cmd_fullscreen; 112sway_cmd cmd_fullscreen;
113sway_cmd cmd_gaps; 113sway_cmd cmd_gaps;
114sway_cmd cmd_hide_edge_borders; 114sway_cmd cmd_hide_edge_borders;