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 @@ static struct cmd_handler handlers[] = {
{ "focus_wrapping", cmd_focus_wrapping },
{ "font", cmd_font },
{ "for_window", cmd_for_window },
{ "force_focus_wrapping", cmd_force_focus_wrapping },
{ "fullscreen", cmd_fullscreen },
{ "hide_edge_borders", cmd_hide_edge_borders },
{ "include", cmd_include },