Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows don't follow split-width-threshold #74

Open
mgsb opened this issue Oct 25, 2024 · 1 comment
Open

Windows don't follow split-width-threshold #74

mgsb opened this issue Oct 25, 2024 · 1 comment

Comments

@mgsb
Copy link

mgsb commented Oct 25, 2024

I use split-width-threshold to break a frame into multiple columns for windows. Opening a new popper window does not "split" like other windows so it ends up spanning the whole frame. Is there a way to make new popper windows split like "normal" windows?

@karthink
Copy link
Owner

karthink commented Nov 5, 2024

Yes, you can use a different popper-display-function, OR turn off Popper's window handling entirely (set popper-display-control to nil or user) and customize display-buffer-alist.

For the former option, you want a display-buffer action that does not use a side window. (Side windows cannot be split.) For example, you could try display-buffer-below-selected or display-buffer-in-direction.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants