aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authorIvan Molodetskikh <yalterz@gmail.com>2023-08-15 12:03:10 +0400
committerIvan Molodetskikh <yalterz@gmail.com>2023-08-15 12:03:10 +0400
commit8cdd37b9932eb4acd8e983af53d0ba7bb04a3e64 (patch)
treedecbe27ed43dec953675d4083350b19a260e1db7 /src/main.rs
parente89966e1507ef6f10fb30e9973d3a742d10f96c0 (diff)
downloadniri-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.rs1
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");