Some commands should be called interactively
* exwm-layout.el (exwm-layout-set-fullscreen, exwm-layout-unset-fullscreen) (exwm-layout-show-mode-line): * exwm.el (exwm-reset): Call `exwm-input-grab-keyboard' and `exwm-input-release-keyboard' interactively.
This commit is contained in:
parent
fa204e1367
commit
c7c233bc35
2 changed files with 4 additions and 4 deletions
2
exwm.el
2
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."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue