mirror of
https://github.com/swaywm/sway.git
synced 2025-03-04 06:34:44 +01:00
Actually fix idle inhibition
This commit is contained in:
parent
e123127a53
commit
f5ce4a4413
1 changed files with 2 additions and 0 deletions
|
@ -1490,6 +1490,8 @@ void seat_apply_config(struct sway_seat *seat,
|
||||||
}
|
}
|
||||||
|
|
||||||
seat->config = seat_config;
|
seat->config = seat_config;
|
||||||
|
seat->idle_inhibit_sources = seat_config->idle_inhibit_sources;
|
||||||
|
seat->idle_wake_sources = seat_config->idle_wake_sources;
|
||||||
|
|
||||||
wl_list_for_each(seat_device, &seat->devices, link) {
|
wl_list_for_each(seat_device, &seat->devices, link) {
|
||||||
seat_configure_device(seat, seat_device->input_device);
|
seat_configure_device(seat, seat_device->input_device);
|
||||||
|
|
Loading…
Add table
Reference in a new issue