mirror of
https://github.com/emacs-exwm/exwm.git
synced 2024-11-27 14:57:59 +01:00
Fix app shortcuts in fullscreen
This commit is contained in:
parent
770520cf97
commit
42996da86d
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue