mirror of
https://github.com/swaywm/sway.git
synced 2025-11-07 13:29:56 -05:00
Merge pull request #811 from acrisci/feature/focus-container
Implement focus handling for containers
This commit is contained in:
commit
2d907ef1f6
6 changed files with 52 additions and 34 deletions
|
|
@ -2340,7 +2340,7 @@ static struct cmd_results *_do_split(int argc, char **argv, int layout) {
|
|||
|
||||
// update container title if tabbed/stacked
|
||||
if (swayc_tabbed_stacked_ancestor(focused)) {
|
||||
update_view_border(focused);
|
||||
update_container_border(focused);
|
||||
swayc_t *output = swayc_parent_by_type(focused, C_OUTPUT);
|
||||
// schedule render to make changes take effect right away,
|
||||
// otherwise we would have to wait for the view to render,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue