Skip to content

Commit

Permalink
Actually fix idle inhibition
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahdbshsnsndnnm committed Aug 9, 2024
1 parent 7207aea commit 7e4a5c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sway/input/seat.c
Original file line number Diff line number Diff line change
Expand Up @@ -1490,6 +1490,8 @@ void seat_apply_config(struct sway_seat *seat,
}

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) {
seat_configure_device(seat, seat_device->input_device);
Expand Down

0 comments on commit 7e4a5c0

Please # to comment.