add force_focus_wrapping option

This commit is contained in:
D.B 2016-10-07 07:32:57 +02:00
parent 7f558ce894
commit d3f5ac8cbb
5 changed files with 18 additions and 0 deletions

View file

@ -171,6 +171,7 @@ static struct cmd_handler handlers[] = {
{ "focus", cmd_focus },
{ "focus_follows_mouse", cmd_focus_follows_mouse },
{ "font", cmd_font },
{ "force_focus_wrapping", cmd_force_focus_wrapping },
{ "for_window", cmd_for_window },
{ "fullscreen", cmd_fullscreen },
{ "gaps", cmd_gaps },