nixers
Preferred Terminal Emulator - Printable Version
+- nixers (https://nixers.net)
+-- Forum: Desktop Customization, Efficiency, and Aesthetics (https://nixers.net/Forum-Desktop-Customization-Efficiency-and-Aesthetics)
+--- Forum: Desktop Customization & Workflow (https://nixers.net/Forum-Desktop-Customization-Workflow)
+--- Thread: Preferred Terminal Emulator (/Thread-Preferred-Terminal-Emulator)


Preferred Terminal Emulator - neeasade - 07-09-2014

What's everyone's preferred terminal emulator? I'm pretty confident the majority use urxvt, but I've been keeping an eye on st lately. is there any downside if I were to switch between them?

urxvt is what I have been using thus far anyway :3


RE: Preferred Terminal Emulator - z3bra - 07-09-2014

I use urxvt, mainly because I can't get any other terminal to be efficient enough for me. Terminals are where I spend 90% of my time when I'm on a computer, so I jsut CAN'T cut it off... I've tried many terms so far, and urxvt has the best minimalism/efficiency rate.

I'll not even bother speaking about konsole, gnoem-term, satura, guake and such...

xterm: buggy as hell
termite: depends on VTE
evilvte : depends on VTE
st: no URL grabbing via keybinds
tinyterm: HOW THE HELL CAN YOU CLAIM TO BE TINY WHEN YOU RELY ON VTE ?!
demo.c: Well, a bit raw for me, and depends on VTE anyway

As you see, too much many terminals rely on the VTE lib (which is REALLY heavy). The only terms that don't use it are xterm, urxvt and st. And from those three, only urxvt fill my needs


RE: Preferred Terminal Emulator - xero - 07-09-2014

i also use urxvt. it's very light weight, configurable via standard xresources/xdefaults files, and runs as a daemon service. i also use the urxvt-perls package for keyboard based copy/paste functions.


RE: Preferred Terminal Emulator - neeasade - 07-09-2014

ah, I did not realize a downside to possibly using st would be the lack of url grabbing. I shall stick with urxvt then! Also your post prompted me to look up the size of VTE(!).

I was unaware of the urxvt-perls package, noice!


RE: Preferred Terminal Emulator - pvtmert - 08-09-2014

using XTerm... happy with it... if you configure it nicely, it works...

these are mostly configured options:
scrollbar
blinking cursor
visible-bell
UTF8
colors...


RE: Preferred Terminal Emulator - berk - 08-09-2014

I am using urxvt, with the urxvt-perls extension. It has saved me from learning dozens of keybindings, installing urlview, etc... I also use the daemon+client model to save some memory.


RE: Preferred Terminal Emulator - thetornainbow - 08-09-2014

I love termite. The hints mode, much easier copy/paste, url grabbing are just smooth as butter. I used to go with urxvt but I got so annoyed at Shift+insert (on an old MBP so no insert key :S). Not to mention much much better font support.

Plus, hating on VTE's heaviness when using Perl to extend functionality is funny to me.


RE: Preferred Terminal Emulator - neeasade - 08-09-2014


I was taking a look at the man page for using the daemon version of urxvt, and it mentioned the possibility of crashing all of the windows when a terminal window crashed. Have you experienced any problems with this?


RE: Preferred Terminal Emulator - pvtmert - 08-09-2014

probably something like crashing tmux will crash all of your sessions windows (in a session)


RE: Preferred Terminal Emulator - z3bra - 08-09-2014

(08-09-2014, 03:57 PM)thetornainbow Wrote: Plus, hating on VTE's heaviness when using Perl to extend functionality is funny to me.

VTE is a dependency for your terminal emulator ONLY, while perl is used by many other softwares on your computer. When I installed urxvt, perl was already installed on my system, not VTE. Hence the heaviness feeling.


RE: Preferred Terminal Emulator - thetornainbow - 08-09-2014


(08-09-2014, 07:29 PM)z3bra Wrote:
(08-09-2014, 03:57 PM)thetornainbow Wrote: Plus, hating on VTE's heaviness when using Perl to extend functionality is funny to me.

VTE is a dependency for your terminal emulator ONLY, while perl is used by many other softwares on your computer. When I installed urxvt, perl was already installed on my system, not VTE. Hence the heaviness feeling.

Just having a bit of fun. :)


RE: Preferred Terminal Emulator - berk - 09-09-2014

(08-09-2014, 04:48 PM)neeasade Wrote:
(08-09-2014, 02:51 PM)berk Wrote:

I was taking a look at the man page for using the daemon version of urxvt, and it mentioned the possibility of crashing all of the windows when a terminal window crashed. Have you experienced any problems with this?

It has happened to me only once, a few months ago, on FreeBSD. And I've been using urxvt for 2 years. I was messing around with something and urxvtd crashed. Thankfully, there were nothing serious to save. Generally if I'm doing something sensitive, I do it within tmux.


RE: Preferred Terminal Emulator - xero - 10-09-2014

(08-09-2014, 04:48 PM)neeasade Wrote: I was taking a look at the man page for using the daemon version of urxvt, and it mentioned the possibility of crashing all of the windows when a terminal window crashed. Have you experienced any problems with this?

nope. and it's been my go to term for years now. (since i switched from terminator - back in my #! days)


RE: Preferred Terminal Emulator - Foggalong - 11-09-2014

At the moment terminator. Working in a non-tiling environment so it's nice to have it's inbuilt splitting.


RE: Preferred Terminal Emulator - earsplit - 12-09-2014

(11-09-2014, 05:23 AM)Foggalong Wrote: At the moment terminator. Working in a non-tiling environment so it's nice to have it's inbuilt splitting.
Tmux ain't good enough for you?


RE: Preferred Terminal Emulator - Foggalong - 12-09-2014

(12-09-2014, 01:34 PM)earsplit Wrote: Tmux ain't good enough for you?

Honestly never used it - for the most part I just used screen.


RE: Preferred Terminal Emulator - zer0rest - 27-04-2015

Termite :)


RE: Preferred Terminal Emulator - bsdkeith - 28-04-2015

Any VT for cli work, screen/tmux if I use a multiplexer. No great preference when working under a GUI. Having a familiar shell is more important.


RE: Preferred Terminal Emulator - October - 28-04-2015

URXVT is great, I also liked termite but it has some issues.


RE: Preferred Terminal Emulator - io86 - 02-05-2015

urxvt. As for multiplexers, I switched from screen to tmux a while ago and I'm quite pleased.


RE: Preferred Terminal Emulator - greduan - 02-05-2015

I use urxvt ATM, though I used to use st for a long long while. But I don't like how I have to apply patches and stuff just to get scrollback support (for example). The Suckless guys are great but sometimes a bit dumb about their features.

Also I was having trouble with bitmap fonts. For some reason spaces weren't respected in ncurses apps. So alsamixer would be all wonky looking. Other guys in Nixers also had trouble with that.


RE: Preferred Terminal Emulator - cjm - 07-05-2015

Alittle old but what the hell I use Sakura myself.


RE: Preferred Terminal Emulator - z3bra - 07-05-2015

Sakura only? isn't that a bit painfull to deal with multiple outputs or separate tasks?


RE: Preferred Terminal Emulator - cjm - 07-05-2015

True enough. I mean to be honest I switched because of vanity and laziness. Urxvt didnt seem to want to support my vim solarized colour scheme. I didnt want to use a DE based terminal so I switched to Sakura.


RE: Preferred Terminal Emulator - jobss - 07-05-2015

Trying out mlterm, it is 1.6 meg lighter ( ram wise ) then xterm. And it supports a whole bunch of languages out of the box which is cool.