1
0
Fork 0
mirror of https://github.com/reisub0/sway-alttab synced 2024-05-12 18:26:03 +02:00

Merge pull request #5 from kepet19/master

Fixed not closing when losing connection to sway

Thanks to @kepet19 for the fix!
This commit is contained in:
Govind KP 2020-11-09 22:40:39 +05:30 committed by GitHub
commit 1c6839e354
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -101,6 +101,8 @@ fn main() -> Res<()> {
*last = cur_focus;
cur_focus = ev.container.id;
}
} else {
cleanup();
}
}
}