mirror of
https://github.com/swaywm/sway.git
synced 2025-11-10 13:29:51 -05:00
Merge branch 'wlroots' into seat-fixes
This commit is contained in:
commit
5e024278a6
13 changed files with 272 additions and 42 deletions
|
|
@ -351,7 +351,7 @@ bool workspace_switch(struct sway_container *workspace) {
|
|||
}
|
||||
struct sway_container *active_ws = focus;
|
||||
if (active_ws->type != C_WORKSPACE) {
|
||||
container_parent(focus, C_WORKSPACE);
|
||||
active_ws = container_parent(focus, C_WORKSPACE);
|
||||
}
|
||||
|
||||
if (config->auto_back_and_forth
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue