diff options
Diffstat (limited to 'src/handlers')
| -rw-r--r-- | src/handlers/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/handlers/mod.rs b/src/handlers/mod.rs index 198c263a..d9b029c5 100644 --- a/src/handlers/mod.rs +++ b/src/handlers/mod.rs @@ -373,7 +373,7 @@ impl ClientDndGrabHandler for State { // We can't even get the current pointer location because it's locked (we're deep // in the grab call stack here). So use the last known one. if let Some(output) = &self.niri.pointer_contents.output { - self.niri.layout.activate_output(output); + self.niri.layout.focus_output(output); } } } |
