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.
This commit is contained in:
Steven Allen 2022-07-24 12:42:17 -07:00
parent e43bd78258
commit e042832b2b
No known key found for this signature in database
GPG key ID: C125ECFD1713943C

View file

@ -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)