mirror of
https://github.com/swaywm/sway.git
synced 2024-11-11 21:14:10 +01:00
Remove tab/stack check for focusing after a split
This commit is contained in:
parent
e7261e2917
commit
82b3b587dd
@ -899,10 +899,7 @@ struct sway_container *container_split(struct sway_container *child,
|
||||
|
||||
if (set_focus) {
|
||||
seat_set_focus(seat, cont);
|
||||
if (cont->parent->layout == L_TABBED
|
||||
|| cont->parent->layout == L_STACKED) {
|
||||
seat_set_focus(seat, child);
|
||||
}
|
||||
seat_set_focus(seat, child);
|
||||
}
|
||||
|
||||
container_notify_subtree_changed(cont);
|
||||
|
Loading…
Reference in New Issue
Block a user