toplevel_management: Don't warp cursor on activate
This commit is contained in:
parent
16d9902770
commit
fc689118f8
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue