mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
Switch back to home when an application window is unmapped
This commit is contained in:
parent
d45679aa97
commit
17c9e1e63a
1 changed files with 2 additions and 0 deletions
|
|
@ -170,6 +170,8 @@ function mapShellSurface(surface, child) {
|
|||
*/
|
||||
|
||||
function unmapApplicationSurface(surface) {
|
||||
// Reactivate home layer as soon as an application window is unmapped
|
||||
compositorRoot.showHome = true;
|
||||
}
|
||||
|
||||
function unmapShellSurface(surface) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue