about summary refs log tree commit diff
path: root/third_party/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/emacs')
-rw-r--r--third_party/emacs/exwm/exwm-layout.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/third_party/emacs/exwm/exwm-layout.el b/third_party/emacs/exwm/exwm-layout.el
index 79d0c95bcd..07912a7062 100644
--- a/third_party/emacs/exwm/exwm-layout.el
+++ b/third_party/emacs/exwm/exwm-layout.el
@@ -179,7 +179,8 @@
                          :window id :value-mask xcb:CW:EventMask
                          :event-mask (exwm--get-client-event-mask)))
       (exwm-layout--set-state id xcb:icccm:WM_STATE:IconicState)
-      (cl-pushnew xcb:Atom:_NET_WM_STATE_HIDDEN exwm--ewmh-state)
+      ;; Temporarily commented out because of https://github.com/ch11ng/exwm/issues/759
+      ;; (cl-pushnew xcb:Atom:_NET_WM_STATE_HIDDEN exwm--ewmh-state)
       (exwm-layout--set-ewmh-state id)
       (exwm-layout--auto-iconify)
       (xcb:flush exwm--connection))))