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

@ -97,8 +97,8 @@ static void keyboard_execute_command(struct sway_keyboard *keyboard,
config->handler_context.seat = keyboard->seat_device->sway_seat;
struct cmd_results *results = execute_command(binding->command, NULL);
if (results->status != CMD_SUCCESS) {
wlr_log(L_DEBUG, "could not run command for binding: %s",
binding->command);
wlr_log(L_DEBUG, "could not run command for binding: %s (%s)",
binding->command, results->error);
}
free_cmd_results(results);
}