toplevel_management: Don't warp cursor on activate

This commit is contained in:
Victoria Brekenfeld 2024-09-09 20:02:56 +02:00
parent 16d9902770
commit fc689118f8

View file

@ -87,7 +87,7 @@ impl ToplevelManagementHandler for State {
}
mapped.focus_window(window);
Shell::set_focus(self, Some(&mapped.clone().into()), &seat, None, true);
Shell::set_focus(self, Some(&mapped.clone().into()), &seat, None, false);
return;
}
}