* exwm.el (exwm--exit): Drop SubstructureRedirect on root window.

This commit is contained in:
Adrián Medraño Calvo 2018-03-06 00:00:00 +00:00
parent a51be88c1e
commit a2b6cfb878

View file

@ -743,7 +743,11 @@
(exwm-workspace--exit)
(exwm-floating--exit)
(exwm-layout--exit)
(exwm--exit-icccm-ewmh))
(exwm--exit-icccm-ewmh)
(xcb:+request-checked+request-check exwm--connection
(make-instance 'xcb:ChangeWindowAttributes
:window exwm--root :value-mask xcb:CW:EventMask
:event-mask xcb:EventMask:NoEvent)))
(defun exwm-enable (&optional undo)
"Enable/Disable EXWM."