diff options
author | Adrián Medraño Calvo <adrian@medranocalvo.com> | 2018-03-06T00·00+0000 |
---|---|---|
committer | Adrián Medraño Calvo <adrian@medranocalvo.com> | 2018-03-06T00·00+0000 |
commit | 4f7abf4bfd41932fe23ce3e9544b8c425f1b2cd3 (patch) | |
tree | 56a0822cfcd18c17ed56819e3737c6294cba80d6 /exwm.el | |
parent | c00331a7e6e4282ca4e0cf1ee733fe642a6c6721 (diff) |
Cleanup exwm-manage on exit
* exwm-manage.el (exwm-manage--unmanage-window): Map windows when quitting. (exwm-manage--exit): Remap all windows. * exwm.el (exwm--exit): Reorder deinitialization sequence so that windows are reparented before the workspaces are removed.
Diffstat (limited to 'exwm.el')
-rw-r--r-- | exwm.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exwm.el b/exwm.el index 0387426ffc68..f80af0511424 100644 --- a/exwm.el +++ b/exwm.el @@ -739,8 +739,8 @@ (run-hooks 'exwm-exit-hook) ;; Exit modules. (exwm-input--exit) - (exwm-workspace--exit) (exwm-manage--exit) + (exwm-workspace--exit) (exwm-floating--exit) (exwm-layout--exit) (exwm--exit-icccm-ewmh)) |