ch11ng / exwm

Emacs X Window Manager
2.86k stars 137 forks source link

'exwm-floating-hide' does not always work on a seperate floating emacs Xwindow. #910

Closed zhenhua-wang closed 12 months ago

zhenhua-wang commented 1 year ago

I am running a separate Emacs inside EXWM, with the following window config:

(setq exwm-manage-configurations
        `(((string= "Emacs" exwm-class-name)
           floating t
           char-mode t
           floating-mode-line nil
           floating-header-line nil))

I observe that the function exwm-floating-hide does not always hide the floating emacs window. It often just switches the focus to another buffer without actually hides the floating window. I've tested this on a minimal config and the issue persists. Any idea on how to solve this? Thank!

P.S: exwm-floating-hide seems to work fine for other apps, at least it has no issue with a floating Firefox window.