aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/commands.h
diff options
context:
space:
mode:
authorLibravatar emersion <contact@emersion.fr>2018-05-28 10:30:11 +0100
committerLibravatar GitHub <noreply@github.com>2018-05-28 10:30:11 +0100
commit1071785f56676218a059e4d6fa10def630e5129b (patch)
treef3ec325fc9e67af920c94454e2f6f2a5766d8b88 /include/sway/commands.h
parentMerge pull request #2058 from RyanDwyer/refactor-parse-title-format (diff)
parentImplement focus_wrapping (diff)
downloadsway-1071785f56676218a059e4d6fa10def630e5129b.tar.gz
sway-1071785f56676218a059e4d6fa10def630e5129b.tar.zst
sway-1071785f56676218a059e4d6fa10def630e5129b.zip
Merge pull request #2060 from RedSoxFan/focus-wrapping
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;