shell: Allow dragged windows to be focused

This commit is contained in:
Victoria Brekenfeld 2024-07-17 18:57:21 +02:00
parent 989ee95858
commit d4926c3a9e
2 changed files with 18 additions and 1 deletions

View file

@ -2592,6 +2592,9 @@ impl Shell {
.refresh(xdg_activation_state);
}
mapped.set_activate(true);
mapped.configure();
let grab = MoveGrab::new(
start_data,
mapped,