Various fixes for workspace

Fixes for full screen, move window, etc.
This commit is contained in:
Chris Feng 2015-07-18 21:16:14 +08:00
parent cf87bb55ed
commit 968d0b4882
3 changed files with 11 additions and 6 deletions

View file

@ -188,6 +188,10 @@
xcb:EventMask:SubstructureRedirect)))
(xcb:flush exwm--connection))
(defun exwm--make-emacs-idle-for (seconds)
"Put Emacs in idle state for SECONDS seconds."
(with-timeout (seconds) (read-event)))
(defun exwm-reset ()
"Reset window to standard state: non-fullscreen, line-mode."
(interactive)