Support i3's legacy force_focus_wrapping command

This commit is contained in:
Brian Ashworth 2018-05-28 11:09:46 -04:00
parent 1071785f56
commit c81d0ef1e8
5 changed files with 31 additions and 0 deletions

View file

@ -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;