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

  • Vorthas@lemmy.ml
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    Been using kitty for a while now, though honestly any terminal emulator works for me.

  • fernandu00@lemmy.ml
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

    I’m using foot since I’ve installed sway and it’s just fine …not a super user to evaluate well

  • Cornelius@lemmy.ml
    link
    fedilink
    arrow-up
    0
    ·
    1 year ago

    Yakuake, I can’t use anything other than a quake based terminal. Because of my work I need 24/7 quick access to a terminal, yakuake is just that

    • seitanic@lemmy.sdf.org
      link
      fedilink
      arrow-up
      1
      ·
      1 year ago

      I never got into Quake, but I love the concept of having a terminal whenever you want with a simple press of an F-key.

  • ndonkersloot@feddit.nl
    link
    fedilink
    English
    arrow-up
    0
    ·
    1 year ago

    I mostly use the default terminal emulator in the desktop environment I use, currently this is the gnome terminal.

    What are the main reasons one want to use another terminal emulator? IMHO if I can reszie the window and the font and font size is good or configurable it is fine…

    • folkrav@lemmy.world
      link
      fedilink
      arrow-up
      2
      arrow-down
      1
      ·
      1 year ago

      Some offer specific features like tabs/splits, or Quake-like drop-down. Others are just focusing on being fast to launch, or have performant rendering. Having barely any features can be a desirable feature in itself, depending on who you ask lol

  • silva@beehaw.org
    link
    fedilink
    arrow-up
    0
    ·
    1 year ago

    When I’m using a tiling window manager, I use kitty, because I like its speed and support for font ligatures. When I’m using a Desktop Environment like Gnome or KDE I usually don’t use the terminal at all, but if I need it, I use the default emulator.

    • Crul@lemm.ee
      link
      fedilink
      arrow-up
      0
      ·
      1 year ago

      Sorry for the off-topic question, but I’m still trying to wrap my head around basic linux concepts: you use “tiling window manager” and “desktop environment” as if they were mutually exclusive options. What’s the relationship between them?

      Thanks!

      • LeFantome@programming.dev
        link
        fedilink
        arrow-up
        1
        ·
        edit-2
        1 year ago

        Window Managers manage windows as the name suggests and control how they are displayed and interacted with. A window manager is one component of a desktop environment which provides other facilities like compositors, task bars, status trays, task switchers, configuration applets, virtual desktops, and perhaps some default applications for basic things like terminal, file management, text editing, connection management, and image viewing. Some desktop environments feature extensive plug-in systems ( extensions ) and vast application ecosystems.

        In the early days of Linux, there were no “desktop environments” and you would run a window manager directly over the window server ( eg. X11 ) with applications running directly over the WM. Proprietary UNIX introduced desktop environments like CDE, OpenWindows, and NeXTstep but, as they were proprietary, Linux lacked them. This changed with the advent of KDE and GNOME soon after. These days, the vast majority of Linux users are working with a desktop environment ( probably still one of these two though there are now others ).

        A timing window manager in particular is a window manager that allows auto arranging and resizing applications to share the screen ( typically using keyboard commands ). The goal of a tiling window manager is that application views do not overlap and that the full desktop space is used efficiently. A floating window manager in contrast allows windows to overlap and leaves positioning, resizing, visibility, and focus up to the user. The desktop itself may be plainly visible and may even have clickable icons or applets displayed on it. Interaction with windows in a floating window manager is usually done with the mouse. Windows and Mac are examples of the floating metaphor so that is the one most of us are more familiar with. Any given window manager can incorporate both floating and tiling ideas and features but most WMs lean pretty heavily one way or the other.

        Technically, a window manager is just a special kind of application. In X11, it is not even required. You can run applications directly without one but, if you run more than one application, you will quickly understand the value of a window manager. The value of a full desktop environment is more a matter of preference. Most people welcome them or consider them essential. Others see DEs as bloat. The middle ground is assembling a desktop experience yourself from a group of applications you select for that purpose from the window manager up.

  • gnuhaut@lemmy.ml
    link
    fedilink
    arrow-up
    0
    ·
    1 year ago

    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
      link
      fedilink
      arrow-up
      2
      arrow-down
      1
      ·
      edit-2
      1 year ago

      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
        link
        fedilink
        arrow-up
        1
        arrow-down
        1
        ·
        edit-2
        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.

  • schnokobaer@feddit.de
    link
    fedilink
    arrow-up
    0
    ·
    edit-2
    1 year ago

    While y’all here:

    is there a terminal emulator that has “modern” text entry controls while still having tab completion? Like selecting text by going shift+leftarrow or deleting whole words by holding ctrl+backspace/del or replacing whole words that are selected while pasting text rather than it pasting at the point where the curser is at the start of selected text so you still have to manually delete the original characters. Maybe Undo, redo with ctrl (shift) z…

    Stuff like that. Just wondering. I always find it very cumbersome to fiddle with long commands especially if they contain long paths that you want to modify. Lots of backspace and arrow-keys hitting for every single character…

    • DefederateLemmyMl@feddit.nl
      link
      fedilink
      English
      arrow-up
      1
      ·
      edit-2
      1 year ago

      “modern” text entry controls… Like selecting text by going shift+leftarrow or deleting whole words by holding ctrl+backspace/del …

      Those are not really features of the terminal emulator but of the shell. I don’t think a terminal emulator can coerce bash or zsh or whatever to do those things unless it acts as some kind of proxy between your text editing buffer and the shell, which would probably lead to its own set of complications. The thing you want would have to be a combination of a GUI terminal program and its own shell.

      For bash, I suggest you read up on readline keyboard shortcuts, which can do many of the text editing tricks that you are asking. The shortcuts are different than what you are used to on Windows, and there’s no concept of “selecting” text, but for terminal applications it’s pretty much the standard way text input is handled on Linux.