Postpone making workspace frames fullscreen
* exwm-workspace.el (exwm-workspace--init, exwm-workspace--post-init): Move work to postpone to the new function `exwm-workspace--post-init'. * exwm.el (exwm-init): Call `exwm-workspace--post-init' after `exwm--unlock`.
This commit is contained in:
parent
35d04c3468
commit
ea027d424e
2 changed files with 9 additions and 5 deletions
1
exwm.el
1
exwm.el
|
|
@ -517,6 +517,7 @@
|
|||
(exwm-workspace--init)
|
||||
(exwm-input--init)
|
||||
(exwm--unlock)
|
||||
(exwm-workspace--post-init)
|
||||
;; Manage existing windows
|
||||
(exwm-manage--scan)
|
||||
(run-hooks 'exwm-init-hook)))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue