Variable: posframe-mouse-banish-function
posframe-mouse-banish-function is a customizable variable defined in
posframe.el.
Value
posframe-mouse-banish-default
Documentation
The function used to banish mouse.
Function posframe-mouse-banish-default will work well in most
case, but suggest use function posframe-mouse-banish-simple or
custom function for EXWM users.
Source Code
;; Defined in ~/.emacs.d/elpa/posframe-20260415.14/posframe.el
(defcustom posframe-mouse-banish-function #'posframe-mouse-banish-default
"The function used to banish mouse.
Function `posframe-mouse-banish-default' will work well in most
case, but suggest use function `posframe-mouse-banish-simple' or
custom function for EXWM users."
:type 'function)