this post was submitted on 08 Sep 2023
5 points (100.0% liked)

Linux

47952 readers
1459 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

I'm reconsidering my terminal emulator and was curious what everyone was using.

you are viewing a single comment's thread
view the rest of the comments
[–] gnuhaut@lemmy.ml 0 points 1 year ago (1 children)

XTerm. I used to use rxvt-unicode, but it only supports 256 colors and gave me grief when I tried to get some emacs color theme working. There's only one thing I miss, which is that rxvt-unicode reflows lines when you resize the terminal, which xterm won't do. Oh and urxvtc starts very slightly faster, but no big deal.

I also looked at kitty, and I like that the author of that one tries to champion new features, like full keyboard support on par with X11 apps. But it takes noticeably longer to start and the latency also feels worse.

[–] folkrav@lemmy.world 0 points 1 year ago* (last edited 1 year ago) (1 children)

I have to ask. I launch new terminals with Super+Enter, I barely have time to release my key chord, and kitty is already opened. I understand "slower", but 100% slower than a couple tens milliseconds is still a couple tens of milliseconds. My WM/compositor popping up the window and shell probably take longer by themselves than the difference in launch times between those two.

YMMV depending on what you consider to be noticeable delay & latency, I guess?

[–] gnuhaut@lemmy.ml -1 points 1 year ago* (last edited 1 year ago)

Just tried this again. Kitty takes like maybe half a second to start on my machine (maybe yours is faster?). Not sure how to measure this. xterm starts almost instantly. I can type "Super+Enter ls" and it'll work. Doesn't work with kitty, the keystrokes just disappear. Is this actually important? Probably not, but it feels annoying. Like slow internet.

I might have imagined the typing latency, since it feels the same as xterm now. Maybe I'm remembering wrong. I was on the old Debian when I last tried this though, so something could have changed.