popper icon indicating copy to clipboard operation
popper copied to clipboard

Windows don't follow split-width-threshold

Open mgsb opened this issue 1 year ago • 1 comments

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?

mgsb avatar Oct 25 '24 21:10 mgsb

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.

karthink avatar Nov 05 '24 19:11 karthink