Konsole make more tabs visible without scrolling - multi row or vertical text

Hello!

I spend most of my working day in Konsole, attached to multiple remote servers, with sessions lasting many days. Many times I have to scroll the tab-bar to find the right one. I have already applied some CSS to make font condensed type, smaller size, tried to reduce padding, set minimum width to 80px, even removed tab icons (but it just leaves empty space).

Would it be possible to have tabs span multiple rows, or have them rotated 90 degrees so they become nice and narrow (but still in the bottom, not on the side)?

And no, option of opening multiple Konsole windows is not an option :slight_smile:

Thanks!

Maybe with some qtabbar lines, although I doubt it’ll be easy. Rows, listview…dunno, maybe. Myself I tried with min-width on hover in the css ( QTabBar::tab:hover) but it has hickups.