Implement focus_wrapping

This commit is contained in:
Brian Ashworth 2018-05-27 23:20:21 -04:00
parent b2c0ba5b18
commit 46da1dc32b
8 changed files with 59 additions and 10 deletions

View file

@ -106,6 +106,7 @@ static struct cmd_handler handlers[] = {
{ "exec", cmd_exec },
{ "exec_always", cmd_exec_always },
{ "focus_follows_mouse", cmd_focus_follows_mouse },
{ "focus_wrapping", cmd_focus_wrapping },
{ "font", cmd_font },
{ "for_window", cmd_for_window },
{ "fullscreen", cmd_fullscreen },