Make focus follow window when using swapWindow
This commit is contained in:
parent
5824f84c35
commit
03fd4d0087
1 changed files with 1 additions and 0 deletions
|
|
@ -393,6 +393,7 @@ const XkbBinding = struct {
|
|||
} orelse return;
|
||||
if (target != window) {
|
||||
window.link.swapWith(&target.link);
|
||||
seat.pending_manage.should_warp_pointer = true;
|
||||
context.wm.river_window_manager_v1.manageDirty();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue