mirror of
https://github.com/swaywm/sway.git
synced 2026-05-03 06:46:26 -04:00
improve xkb command logging
This commit is contained in:
parent
41e71d950a
commit
483ede0146
5 changed files with 10 additions and 10 deletions
|
|
@ -18,8 +18,8 @@ struct cmd_results *input_cmd_xkb_layout(int argc, char **argv) {
|
|||
|
||||
new_config->xkb_layout = strdup(argv[0]);
|
||||
|
||||
sway_log(L_DEBUG, "apply-xkb_layout for device: %s",
|
||||
current_input_config->identifier);
|
||||
sway_log(L_DEBUG, "apply-xkb_layout for device: %s layout: %s",
|
||||
current_input_config->identifier, new_config->xkb_layout);
|
||||
apply_input_config(new_config);
|
||||
return cmd_results_new(CMD_SUCCESS, NULL, NULL);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue