mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-21 02:01:55 +07:00
fix: warp mouse when switching between recent windows
This commit is contained in:
committed by
Ivan Molodetskikh
parent
4b60cbe537
commit
f3696081d1
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user