about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAdrián Medraño Calvo <adrian@medranocalvo.com>2022-10-29T00·00+0000
committerAdrián Medraño Calvo <adrian@medranocalvo.com>2022-10-29T00·00+0000
commit4c0b9bb5c216cae36908fd6192a92b7e714ee5b2 (patch)
tree9caefb946a545a1c7464385348ed4d04b8be87e1
parente43bd782580fc7f2aa7f5f92da1c5d7c992b6d1c (diff)
parente042832b2b598336bdec0acb12fc34aefcd18564 (diff)
Merge branch 'stebalien.github.com/fix/hide-floating-tabs' into externals/exwm
-rw-r--r--exwm-floating.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/exwm-floating.el b/exwm-floating.el
index a9f9315b71..69e86a24e8 100644
--- a/exwm-floating.el
+++ b/exwm-floating.el
@@ -161,6 +161,8 @@ context of the corresponding buffer."
                           (get-buffer "*scratch*")))
                   (make-frame
                    `((minibuffer . ,(minibuffer-window exwm--frame))
+                     (tab-bar-lines . 0)
+                     (tab-bar-lines-keep-state . t)
                      (left . ,(* window-min-width -10000))
                      (top . ,(* window-min-height -10000))
                      (width . ,window-min-width)