pop-os / cosmic-workspaces-epoch

GNU General Public License v3.0
22 stars 19 forks source link

Layout issues with large number of windows & long window titles #13

Open jacobgkau opened 8 months ago

jacobgkau commented 8 months ago

Version: 6e9119a

Because windows are currently laid out horizontally, we end up with a lot of empty space on the screen (and much smaller-than-necessary window previews) when more than a few windows are open.

screenshot-2024-02-01-20-11-50

Additionally, because we display the entire window title for every window, the window titles end up wrapping to the point where they're difficult to read (in addition to the text of each window title overflowing its container):

screenshot-2024-02-01-20-28-01

GNOME COSMIC avoids this by ellipsizing the title (and only displaying it when the mouse cursor hovers over the window, but that seems less important to solving the layout problem):

overview-screenshot

Ellipsizing may not be entirely necessary if we get more natural preview arrangements, although it might still be useful with enough windows. Web browsers in particular can end up having very long window titles since they usually pass through the title of the active tab, which is set by the website.

liljom commented 2 days ago

Simply having many windows open makes the previews miniature. If they could be organized into multiple rows or in some kind of auto-tiling with big gaps, where the previews are proportional to original size, would be awesome