diff options
| author | Ivan Molodetskikh <yalterz@gmail.com> | 2023-08-15 12:03:10 +0400 |
|---|---|---|
| committer | Ivan Molodetskikh <yalterz@gmail.com> | 2023-08-15 12:03:10 +0400 |
| commit | 8cdd37b9932eb4acd8e983af53d0ba7bb04a3e64 (patch) | |
| tree | decbe27ed43dec953675d4083350b19a260e1db7 /src/main.rs | |
| parent | e89966e1507ef6f10fb30e9973d3a742d10f96c0 (diff) | |
| download | niri-8cdd37b9932eb4acd8e983af53d0ba7bb04a3e64.tar.gz niri-8cdd37b9932eb4acd8e983af53d0ba7bb04a3e64.tar.bz2 niri-8cdd37b9932eb4acd8e983af53d0ba7bb04a3e64.zip | |
Update focus in one place
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"); |
