170
submitted 6 months ago by GravitySpoiled@lemmy.ml to c/linux@lemmy.ml

I'm looking for a new terminal. What's your favorite one and why? Which one is popular?

you are viewing a single comment's thread
view the rest of the comments
[-] okamiueru@lemmy.world 5 points 6 months ago* (last edited 6 months ago)

Don't know why you were downvoted. In any case, all terminals can be configured to start with a specific command and arguments. So, depending on your terminal, you might need to read the documentation, and/or search the web.

In alacritty config, this is:

shell:
  program: <CMD>
  args:
    - <ARGS>

Then one of these:

  1. <CMD> is the path to tmux, and you have configured tmux to run the shell of your choice. Search the web for how.
  2. <CMD> is the path to your shell, and it supports launching in tmux. Search the web for how.

For me, it's the second one. I use fish, and I launch it with fish --command=tmux. So the above config looks like this:

shell:
  program: /usr/bin/fish
  args:
    - --command=tmux
[-] stoicmaverick@lemmy.world 1 points 6 months ago

Awesome. Thanks. I'll set that up later.

this post was submitted on 09 Mar 2024
170 points (100.0% liked)

Linux

47370 readers
838 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