diff options
author | Taichi Uemura <t.uemura00@gmail.com> | 2016-07-30T09·48+0900 |
---|---|---|
committer | Taichi Uemura <t.uemura00@gmail.com> | 2016-07-30T09·48+0900 |
commit | 0b0982b5ac4c002b099aaef804328e9851d33e1c (patch) | |
tree | 95bb3feba03a029c987e7f1338c35a047c4aafbf | |
parent | d225f191a908346535cf4525a4c6c56d93a84b31 (diff) |
set fullscreen-frame-count to 0 on exiting
-rw-r--r-- | exwm-workspace.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/exwm-workspace.el b/exwm-workspace.el index b425f9249b32..98c114813b49 100644 --- a/exwm-workspace.el +++ b/exwm-workspace.el @@ -1401,6 +1401,7 @@ applied to all subsequently created X frames." exwm-workspace--list nil exwm-workspace--client nil exwm-workspace--minibuffer nil + exwm-workspace--fullscreen-frame-count 0 default-minibuffer-frame nil) (remove-hook 'minibuffer-setup-hook #'exwm-workspace--on-minibuffer-setup) (remove-hook 'minibuffer-exit-hook #'exwm-workspace--on-minibuffer-exit) |