raise floating windows when focusing (Thanks Marcos)
This commit is contained in:
parent
0610964c22
commit
064be457e5
|
@ -529,6 +529,7 @@ static bool _tree_next(Con *con, char way, orientation_t orientation, bool wrap)
|
|||
if (!next)
|
||||
return false;
|
||||
|
||||
floating_raise_con(next);
|
||||
con_focus(con_descend_focused(next));
|
||||
return true;
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue