about summary refs log tree commit diff
path: root/exwm.el
diff options
context:
space:
mode:
authorChris Feng <chris.w.feng@gmail.com>2016-02-12T06·10+0800
committerChris Feng <chris.w.feng@gmail.com>2016-02-12T06·10+0800
commitea027d424ea71209ca1819094577559d7847203c (patch)
tree5cfd2441cd935437c8fc11aaaf008ea6c62eaf24 /exwm.el
parent35d04c34685a1c1e9f351a2c50b3eea2b2fb5f25 (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.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/exwm.el b/exwm.el
index 720274fdcb..8f15b4e870 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)))))