I have recently jumped head first into the Linux space. I’ve installed Arch on my daily driver and I’ve become overwhelmed/overjoyed with my options. I’d like to hear from the community about your Linux favorites.

What is your favorite Terminal Emulator and what have you done to customize it?

  • Perroboc@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    2 years ago

    Started using Kona Ike dice it’s what came by default with KDE. Tried kitty, alacritty, foot (I think that was the name, on Wayland) and iterm2 on Mac… and came back to konsole in KDE and terminal.app in Mac.

    Truth is I just need a simple terminal. Kitty and Alacritty and other terminals continuously had me in that’s-not-the-right-way, configuring terminal colors through ssh, or tmux compatability (kitty even says that you shouldn’t use tmux, and screen splitting should be done at the terminal, not in the server).

    At the end of the day, I use whatever is installed where I work. So far, all “default” terminals seem to be enough.

  • banazir@lemmy.ml
    link
    fedilink
    arrow-up
    0
    ·
    2 years ago

    I’m happy with Konsole. Don’t think I’ve customized it any. TEs by and large just get the job done.

    • Bipta@kbin.social
      link
      fedilink
      arrow-up
      0
      ·
      2 years ago

      I looked quite a bit. Konsole is king for me.

      My only complaint is the SSH profiles don’t always work as intended, but that’s just a theming thing.

  • sin_free_for_00_days@sopuli.xyz
    link
    fedilink
    arrow-up
    0
    ·
    2 years ago

    I don’t do much customizing at the terminal. Currently I use alacritty, terminator, and st. Every few years I go through a searching-for-the-perfect-terminal and get frustrated at various shortcomings.

    • davefischer@beehaw.org
      link
      fedilink
      arrow-up
      0
      ·
      2 years ago

      The perfect terminal is the vt320. (I keep one plugged in to my router, since I can reach any machine from there.)

  • I_Am_Jacks_____@lemmings.world
    link
    fedilink
    arrow-up
    0
    ·
    2 years ago

    I’ve used xterm, rxvt, kitty, and now alacritty. I like alacritty because it’s fast and simple. The only thing I don’t like is that the default color scheme is off. If you run tmux in something like xterm, the bar is green. But in the default alacritty, it looks more yellow.

    So I have this in my ~/.config/alacritty/alacritty.yml:

    # XTerm's default colors
    colors:
       # Default colors
       primary:
         background: '#000000'
         foreground: '#d8d8d8'
       # Normal colors
       normal:
         black:   '#000000'
         red:     '#cd0000'
         green:   '#00cd00'
         yellow:  '#cdcd00'
         blue:    '#0000ee'
         magenta: '#cd00cd'
         cyan:    '#00cdcd'
         white:   '#e5e5e5'
    
       # Bright colors
       bright:
         black:   '#7f7f7f'
         red:     '#ff0000'
         green:   '#00ff00'
         yellow:  '#ffff00'
         blue:    '#5c5cff'
         magenta: '#ff00ff'
         cyan:    '#00ffff'
         white:   '#ffffff'
    
  • pnutzh4x0r@lemmy.ndlug.org
    link
    fedilink
    English
    arrow-up
    0
    ·
    2 years ago

    Boring answer, but I just use gnome-terminal with a nord theme. I also remove the menu and scroll bars, and add some internal padding.

    The only other thing I do, is I use tdrop so I can have a “scratchpad” or dropdown terminal that I can toggle with gnome-terminal.

  • Hexorg@beehaw.org
    link
    fedilink
    arrow-up
    0
    ·
    2 years ago

    On regular desktop environments I really like Guake - it’s a drop down terminal emulator similar to how old games used to do it. It’s nice for quick use here and there. Though these days I just run tilling wm with xfce-terminal. It gets the job done and still looks good.

    • perishthethought@lemm.ee
      link
      fedilink
      English
      arrow-up
      0
      ·
      2 years ago

      Omg. I thought I might read the whole comment list and not see anyone else using guake. I was starting to think something was wrong with it. I’ve used it for years, and for my very simple needs, it just works. And I like that it’s always there when I need it, hides away when I don’t.

  • scytale@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    2 years ago

    Tilda, because I like how I can drop it down my screen anytime by pressing one key if I need to use it.