mirror of
https://github.com/swaywm/sway.git
synced 2025-11-08 13:29:50 -05:00
Fix switching focus between outputs
This commit is contained in:
parent
d5ff5e98fa
commit
f606508bcc
2 changed files with 15 additions and 4 deletions
|
|
@ -157,6 +157,7 @@ swayc_t *destroy_output(swayc_t *output) {
|
|||
}
|
||||
|
||||
swayc_t *destroy_workspace(swayc_t *workspace) {
|
||||
//NOTE: This is called from elsewhere without checking children length
|
||||
//TODO move containers to other workspaces?
|
||||
//for now just dont delete
|
||||
if (workspace->children->length == 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue