diff options
author | Chris Feng <chris.w.feng@gmail.com> | 2016-02-12T06·10+0800 |
---|---|---|
committer | Chris Feng <chris.w.feng@gmail.com> | 2016-02-12T06·10+0800 |
commit | ea027d424ea71209ca1819094577559d7847203c (patch) | |
tree | 5cfd2441cd935437c8fc11aaaf008ea6c62eaf24 /exwm.el | |
parent | 35d04c34685a1c1e9f351a2c50b3eea2b2fb5f25 (diff) |
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`.
Diffstat (limited to 'exwm.el')
-rw-r--r-- | exwm.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/exwm.el b/exwm.el index 720274fdcbb9..8f15b4e87053 100644 --- a/exwm.el +++ b/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))))) |