mirror of
https://github.com/emacs-exwm/exwm.git
synced 2024-11-23 13:07:59 +01:00
Merge branch 'minad.github.com/blocking-subrs' into externals/exwm
This commit is contained in:
commit
4192762223
1 changed files with 3 additions and 1 deletions
4
exwm.el
4
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))
|
||||
|
||||
|
|
Loading…
Reference in a new issue