Fixes for manage/unmanage window

* Make sure `exwm-manage--manage-window-queue` is cleaned
* Improve input focus handling after unmanaging a window
* Remove a redundant call to `exwm-layout--show`
This commit is contained in:
Chris Feng 2015-08-08 08:29:57 +08:00
parent 14628a940c
commit 3b9d0dd921
2 changed files with 13 additions and 4 deletions

View file

@ -199,7 +199,6 @@
exwm--frame exwm-workspace--current))
(select-frame exwm-workspace--current t)
(set-window-buffer nil buffer)
(exwm-layout--show id)
(exwm-input--set-focus id))
(setq exwm-input--focus-lock nil))