Fix app shortcuts in fullscreen

This commit is contained in:
Manuel Giraud 2024-07-16 11:09:34 +02:00
parent 770520cf97
commit 42996da86d

View file

@ -211,7 +211,8 @@ See variable `exwm-layout-auto-iconify'."
(exwm-layout--set-ewmh-state exwm--id)
(xcb:flush exwm--connection)
(set-window-dedicated-p (get-buffer-window) t)
(exwm-input--release-keyboard exwm--id)))
(when (eq 'char-mode exwm--selected-input-mode)
(exwm-input--release-keyboard exwm--id))))
;;;###autoload
(cl-defun exwm-layout-unset-fullscreen (&optional id)