diff options
Diffstat (limited to 'src/niri.rs')
| -rw-r--r-- | src/niri.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/niri.rs b/src/niri.rs index 777554fe..58952a35 100644 --- a/src/niri.rs +++ b/src/niri.rs @@ -959,7 +959,8 @@ impl Niri { assert!(state.queued_redraw.take().is_some()); assert!(!state.waiting_for_vblank); - // Advance the animations. + // Update from the config and advance the animations. + self.monitor_set.update_config(&self.config.borrow()); self.monitor_set.advance_animations(presentation_time); // Render the elements. |
