diff options
Diffstat (limited to 'exwm.el')
-rw-r--r-- | exwm.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exwm.el b/exwm.el index ac10247f523f..f8a3fc727200 100644 --- a/exwm.el +++ b/exwm.el @@ -80,7 +80,7 @@ (when exwm--fullscreen (exwm-layout-unset-fullscreen)) ;; Force refresh (exwm-layout--refresh) - (exwm-input-grab-keyboard)))) + (call-interactively #'exwm-input-grab-keyboard)))) (defun exwm--update-window-type (id &optional force) "Update _NET_WM_WINDOW_TYPE." |