about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAdrián Medraño Calvo <adrian@medranocalvo.com>2024-01-08T00·00+0000
committerAdrián Medraño Calvo <adrian@medranocalvo.com>2024-01-08T00·00+0000
commit41927622237d8b0df1d4922c45fa55d854a006e2 (patch)
treed6d014c5ff108ea718ab68aeb46e25118d1f9642
parent9b5e4dc1c0db9ede623760fe46d42cf520fe64c7 (diff)
parent50681727e3310d6f23e9f06dab83be5eb1f99763 (diff)
Merge branch 'minad.github.com/blocking-subrs' into externals/exwm
-rw-r--r--exwm.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/exwm.el b/exwm.el
index 398279dc86..f3cc7bd70f 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))