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:
Chris Feng 2016-04-03 12:24:50 +08:00
parent fa204e1367
commit c7c233bc35
2 changed files with 4 additions and 4 deletions

View file

@ -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."