mirror of
https://github.com/swaywm/sway.git
synced 2025-11-07 13:29:56 -05:00
Merge pull request #3386 from RedSoxFan/seat-reload-wait
reload: apply seat cfgs after reading entire cfg
This commit is contained in:
commit
d06782c5e7
2 changed files with 7 additions and 1 deletions
|
|
@ -35,7 +35,9 @@ struct cmd_results *cmd_seat(int argc, char **argv) {
|
|||
|
||||
struct seat_config *sc =
|
||||
store_seat_config(config->handler_context.seat_config);
|
||||
input_manager_apply_seat_config(sc);
|
||||
if (!config->reading) {
|
||||
input_manager_apply_seat_config(sc);
|
||||
}
|
||||
|
||||
config->handler_context.seat_config = NULL;
|
||||
return cmd_results_new(CMD_SUCCESS, NULL, NULL);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue