Merge branch 'minad.github.com/blocking-subrs' into externals/exwm

This commit is contained in:
Adrián Medraño Calvo 2024-01-08 00:00:00 +00:00
commit 4192762223

View file

@ -97,7 +97,9 @@
"Normal hook run when window title is updated." "Normal hook run when window title is updated."
:type 'hook) :type 'hook)
(defcustom exwm-blocking-subrs '(x-file-dialog x-popup-dialog x-select-font) (defcustom exwm-blocking-subrs
(list #'x-file-dialog #'x-popup-dialog #'x-select-font
#'message-box #'message-or-box)
"Subrs (primitives) that would normally block EXWM." "Subrs (primitives) that would normally block EXWM."
:type '(repeat function)) :type '(repeat function))