* exwm.el (exwm--exit): Drop SubstructureRedirect on root window.
This commit is contained in:
parent
a51be88c1e
commit
a2b6cfb878
1 changed files with 5 additions and 1 deletions
6
exwm.el
6
exwm.el
|
@ -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."
|
||||
|
|
Loading…
Reference in a new issue