Implement no_focus command

This commit is contained in:
Ryan Dwyer 2018-07-16 22:18:12 +10:00
parent a588b326c2
commit fc2484095a
5 changed files with 56 additions and 5 deletions

View file

@ -114,6 +114,7 @@ static struct cmd_handler handlers[] = {
{ "input", cmd_input },
{ "mode", cmd_mode },
{ "mouse_warping", cmd_mouse_warping },
{ "no_focus", cmd_no_focus },
{ "output", cmd_output },
{ "seat", cmd_seat },
{ "set", cmd_set },