aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/input.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/input.rs b/src/input.rs
index 41024272..835c0b64 100644
--- a/src/input.rs
+++ b/src/input.rs
@@ -58,6 +58,7 @@ impl State {
if self.niri.monitors_active {
// Notify the idle-notifier of activity.
if should_notify_activity(&event) {
+ let _span = tracy_client::span!("IdleNotifierState::notify_activity");
self.niri
.idle_notifier_state
.notify_activity(&self.niri.seat);