about summary refs log tree commit diff
path: root/exwm-manage.el
diff options
context:
space:
mode:
authorChris Feng <chris.w.feng@gmail.com>2018-03-03T17·39+0800
committerChris Feng <chris.w.feng@gmail.com>2018-03-03T17·39+0800
commit7013b0122a79df24b93e1db44e4bebff8fe9acd4 (patch)
tree4534e84788aa503991f5e452239a8d3a36cccd74 /exwm-manage.el
parentcc974555db6056ac799b3ce67234aec4e019cf84 (diff)
Add header-line format support in per-application configurations
* exwm-manage.el (exwm-manage-configurations):
* exwm-floating.el (exwm-floating--set-floating)
(exwm-floating--unset-floating): Allow customizing header-line format
for floating/tiling X windows.
Diffstat (limited to 'exwm-manage.el')
-rw-r--r--exwm-manage.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/exwm-manage.el b/exwm-manage.el
index 00914475f1d2..94aefd8c555f 100644
--- a/exwm-manage.el
+++ b/exwm-manage.el
@@ -63,6 +63,9 @@ You can still make the X windows floating afterwards."
                         (const :tag "Fullscreen" fullscreen)
                         (const :tag "Floating mode-line" floating-mode-line)
                         (const :tag "Tiling mode-line" tiling-mode-line)
+                        (const :tag "Floating header-line"
+                               floating-header-line)
+                        (const :tag "Tiling header-line" tiling-header-line)
                         (const :tag "Char-mode" char-mode)
                         (const :tag "Prefix keys" prefix-keys)
                         (const :tag "Simulation keys" simulation-keys)