diff options
author | Chris Feng <chris.w.feng@gmail.com> | 2015-08-08T00·29+0800 |
---|---|---|
committer | Chris Feng <chris.w.feng@gmail.com> | 2015-08-08T00·29+0800 |
commit | 3b9d0dd9217add078415ecda644b5cd19632f1fc (patch) | |
tree | 90e78b9f3bebf3365d4f46776b28ef491295cedc /exwm-floating.el | |
parent | 14628a940c12051f2538556b97a2ef4531c75201 (diff) |
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`
Diffstat (limited to 'exwm-floating.el')
-rw-r--r-- | exwm-floating.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/exwm-floating.el b/exwm-floating.el index f302bc076f4c..3e9cade15a9f 100644 --- a/exwm-floating.el +++ b/exwm-floating.el @@ -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)) |