mirror of
https://github.com/swaywm/sway.git
synced 2025-11-22 06:59:48 -05:00
Merge branch 'wlroots' into seat-fixes
This commit is contained in:
commit
5e024278a6
13 changed files with 272 additions and 42 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue