branch: externals/exwm
commit e042832b2b598336bdec0acb12fc34aefcd18564
Author: Steven Allen <ste...@stebalien.com>
Commit: Steven Allen <ste...@stebalien.com>

    Hide tab-bar on floating windows
    
    Floating windows are dedicated to a specific buffer anyways.
    
    * exwm-floating.el (exwm-floating--set-floating): Hide the tab bar.
---
 exwm-floating.el | 2 ++
 1 file changed, 2 insertions(+)

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)

Reply via email to