You are not logged in.
Hi,
I want to use a terminal emulator that uses fontconfig. I am pleased with urxvt otherwise. What would be the viable alternatives?
Except for fontconfig support, the requirements are:
- can be run borderless (my WM is xmonad and I don't want to waste space with useless scrollbars)
- URLs must be clickable
- client/server mode would be a good thing but it is not a requirement as long as it starts quickly and does not have huge memory footprint
Cedric Girard
Offline
Offline
I was beat to it on recommending lilyterm. I use urxvt, but if that ever disappeared I might have to go with Lilyterm.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
Also termite.
A work in progress, but nice.
Edit: just realised it may not use fontconfig...?
Last edited by skanky (2013-03-06 11:44:31)
"...one cannot be angry when one looks at a penguin." - John Ruskin
"Life in general is a bit shit, and so too is the internet. And that's all there is." - scepticisle
Offline
OK. Thanks. Trying LilyTerm right now.
Cedric Girard
Offline
give a try to sakura
Offline
You want termite. None of these other silly terminal emulators come close.
https://github.com/thestinger/termite
A real config file
URL Hints and URL selection
Command mode (with vim-like key binds)
Scrollback completion
It is VTE based, so you get the harfbuzz+pango font rendering stack configured with fontconfig.
Written by our own Thestinger (TU).
Last edited by Earnestly (2013-03-07 12:29:01)
Offline
Well thanks on insisting on termite. Just tested and find it much better than LilyTerm.
I have not explored the command mode yet but my basic requirements are met.
Cedric Girard
Offline
Yup, termite is pretty much the de-facto replacement for urxvt users if you want to use the modern font rendering stack on Linux.
It is sadly not very well known outside of the IRC channel (where it all started).
Offline
I have made a blog post about my switch: http://techblog.cedricgirard.com/2013/0 … r-termite/
Cedric Girard
Offline
I have made a blog post about my switch: http://techblog.cedricgirard.com/2013/0 … r-termite/
nice, care to share your bash prompt? looks schweet
Offline
Not at all. I think I borrowed it elsewhere in the forum.
PS1='\[\033[0;36m\]╔═(\[\033[0m\033[0;36m\]\u\[\033[0m\]@\[\033[0;32m\]\h\[\033[0m\033[0;36m\])────(\[\033[0m\]\t \d\[\033[0;36m\])────(\[\033[0m\]\w\[\033[0;36m\])\n\[\033[0;36m\]╚═══[ \[\033[0m\033[0;36m\]\$\[\033[0m\033[0;36m\]]>\[\033[0m\] '
Cedric Girard
Offline
thanks, its a really nice prompt. Switched to termite but the lack of tabs made me switch back to rxvt
Offline
thanks, its a really nice prompt. Switched to termite but the lack of tabs made me switch back to rxvt
give tmux or screen a try and you'll never have to use tabs again
Offline