diff options
Diffstat (limited to 'exwm-layout.el')
-rw-r--r-- | exwm-layout.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/exwm-layout.el b/exwm-layout.el index c9146de3714e..09428da4bbf4 100644 --- a/exwm-layout.el +++ b/exwm-layout.el @@ -455,7 +455,8 @@ See also `exwm-layout-enlarge-window'." (window-mode-line-height (frame-root-window exwm--floating-frame))) nil t) - (exwm-input-grab-keyboard)))) + (exwm-input-grab-keyboard)) + (force-mode-line-update))) ;;;###autoload (defun exwm-layout-toggle-mode-line () |