Alacritty, Konsole, or something else? Which terminal emulator do you recommend?

CatLikeLemming@lemmy.blahaj.zone to Linux@lemmy.ml – 116 points –

So, Konsole shipped by default with KDE Plasma, my current Desktop Environment. While I don't have a problem with it, I am interested in what other people are using, because there very likely is something better out there.

Specifically I've seen talk of Kitty and Alacritty, although I've also read that the dev of Kitty is allegedly kind of a jerk, so I am specifically interested in how Konsole matches up to Alacritty in your experience, but other suggestions and general terminal emulator discussion are also welcome!

103

You are viewing a single comment

I'm just curious, when do I have to care about virtual terminal speed? When do you need that GPU acceleration?

From my experience, you only really need it when you want to get a lot of output (try find /). In my cases it's more than 2 times faster on GPU accelerated terminal emulators. And I believe you can't display images on non-accelerated ones

Konsole can display sixel images (same as kitty I believe), though I don't know anything about it's implementation.

Just tried "time tree ~" and "time fd .mkv /" in alacrity and konsole. Konsole was actually beating it by fractions of a second in most runs. Alacritty was only slightly faster at treeing after a few runs.

It's always faster after a few runs. But in my case it's like 10 seconds faster. Though I have an old HDD so maybe that's the reason lol