mirror of
https://github.com/emacs-exwm/exwm.git
synced 2024-11-23 13:07:59 +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*")))
|
||||
(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)
|
||||
|
|
Loading…
Reference in a new issue