Various fixes for workspace
Fixes for full screen, move window, etc.
This commit is contained in:
parent
cf87bb55ed
commit
968d0b4882
3 changed files with 11 additions and 6 deletions
4
exwm.el
4
exwm.el
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue