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:
parent
e43bd78258
commit
e042832b2b
1 changed files with 2 additions and 0 deletions
|
@ -161,6 +161,8 @@ context of the corresponding buffer."
|
||||||
(get-buffer "*scratch*")))
|
(get-buffer "*scratch*")))
|
||||||
(make-frame
|
(make-frame
|
||||||
`((minibuffer . ,(minibuffer-window exwm--frame))
|
`((minibuffer . ,(minibuffer-window exwm--frame))
|
||||||
|
(tab-bar-lines . 0)
|
||||||
|
(tab-bar-lines-keep-state . t)
|
||||||
(left . ,(* window-min-width -10000))
|
(left . ,(* window-min-width -10000))
|
||||||
(top . ,(* window-min-height -10000))
|
(top . ,(* window-min-height -10000))
|
||||||
(width . ,window-min-width)
|
(width . ,window-min-width)
|
||||||
|
|
Loading…
Reference in a new issue