fix: warp mouse when switching between recent windows

This commit is contained in:
NSPC911
2026-06-04 13:55:03 +08:00
committed by Ivan Molodetskikh
parent 4b60cbe537
commit f3696081d1
+1
View File
@@ -993,6 +993,7 @@ impl State {
pub fn confirm_mru(&mut self) {
if let Some(window) = self.niri.close_mru(MruCloseRequest::Confirm) {
self.update_keyboard_focus();
self.focus_window(&window);
}
}