Merge branch 'wlroots' into seat-fixes

This commit is contained in:
Tony Crisci 2018-04-02 13:23:43 -04:00
commit 5e024278a6
13 changed files with 272 additions and 42 deletions

View file

@ -162,6 +162,7 @@ static struct cmd_handler command_handlers[] = {
{ "focus", cmd_focus },
{ "kill", cmd_kill },
{ "layout", cmd_layout },
{ "move", cmd_move },
{ "reload", cmd_reload },
};