aboutsummaryrefslogtreecommitdiff
path: root/src/niri.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/niri.rs')
-rw-r--r--src/niri.rs4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/niri.rs b/src/niri.rs
index 851bb25a..0993661b 100644
--- a/src/niri.rs
+++ b/src/niri.rs
@@ -591,9 +591,7 @@ impl State {
);
pointer.frame(self);
- // We moved the pointer, show it.
- self.niri.pointer_hidden = false;
- self.niri.reset_pointer_inactivity_timer();
+ // We do not show the pointer on programmatic or keyboard movement.
// FIXME: granular
self.niri.queue_redraw_all();