Add interactive commands for starting and stopping EXWM
* exwm.el (exwm-reset): Remove autoload cookie. (exwm-init, exwm-exit): Add autoload cookie and interactive declaration.
This commit is contained in:
parent
ce8af83ffb
commit
587a8cad1d
2 changed files with 7 additions and 4 deletions
|
|
@ -1576,7 +1576,7 @@ applied to all subsequently created X frames."
|
|||
;; (client . nil)
|
||||
(fullscreen . nil)
|
||||
(buffer-predicate . nil))))
|
||||
;; Restore the 'client' frame parameter (before `exwm--exit').
|
||||
;; Restore the 'client' frame parameter (before `exwm-exit').
|
||||
(when exwm-workspace--client
|
||||
(dolist (f exwm-workspace--list)
|
||||
(set-frame-parameter f 'client exwm-workspace--client))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue