mirror of
https://github.com/ch11ng/exwm.git
synced 2024-11-23 19:47:58 +01:00
Merge branch 'stebalien.github.com/fix/hide-floating-tabs' into externals/exwm
This commit is contained in:
commit
4c0b9bb5c2
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