diff options
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs index 0bc75103..c69a9e81 100644 --- a/src/main.rs +++ b/src/main.rs @@ -114,6 +114,7 @@ fn main() { // These should be called periodically, before flushing the clients. data.niri.monitor_set.refresh(); data.niri.popups.cleanup(); + data.niri.update_focus(); { let _span = tracy_client::span!("flush_clients"); |
