Minor fixes for layout and workspace
* exwm-layout.el (exwm-layout-show-mode-line): Force update mode-line. * exwm-workspace.el (exwm-workspace--update-minibuffer): Treat nil as empty string.
This commit is contained in:
parent
84a9041b20
commit
bc4aafec16
2 changed files with 3 additions and 2 deletions
|
|
@ -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 ()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue