The i3 FAQ has migrated to https://github.com/i3/i3/discussions. All content here is read-only.
Ask Your Question
0

What terminal would you reccomend. And how to set it as default?

asked Aug 28 '13

handuel gravatar image

What lightweight terminal that fits into the i3 philosophy would you reccomend, and how would I set this terminal to default.

1 answer

Sort by » oldest newest most voted
1

answered Aug 28 '13

DocOC gravatar image

updated Aug 28 '13

As far as a lightweight terminal emulator which fits the i3-philosophy, I think that is going to be a matter of opinion. A lot of people use urxvt (also known as rxvt-unicode), I don't use a lightweight terminal emulator, but I use gnome-terminal. If you want really lightweight, but not very configurable, you could use st, which is part of the suckless-tools package (dmenu is part of the package as well) which is installed as one of the dependencies of i3.

By default, the terminal launched by $mod+Return, is whatever is defined by the i3-sensible-terminal command. If you look at the man page for i3-sensible-terminal, you will see that it launches whichever program is defined by $TERMINAL, if that is not defined, it falls back on x-terminal-emulator, then goes down a list if that is not defined. If you do not wish to define $TERMINAL in your shell config, and you are on a debian-based system (Debian, Ubuntu, Linux-Mint, etc), you can define which program is launched by x-terminal-emulator by running the command: update-alternatives --config x-terminal-emulator

Question Tools

Stats

Asked: Aug 28 '13

Seen: 3,620 times

Last updated: Aug 28 '13