about summary refs log tree commit diff
path: root/exwm.el
diff options
context:
space:
mode:
Diffstat (limited to 'exwm.el')
-rw-r--r--exwm.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/exwm.el b/exwm.el
index 5745533720..b8b9c2e8da 100644
--- a/exwm.el
+++ b/exwm.el
@@ -97,7 +97,9 @@
   "Normal hook run when window title is updated."
   :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."
   :type '(repeat function))