Tag Archives: terminals in linux

Simple Terminal released

Simple Terminal is rxvt-unicode Pyqt5 terminal implementation with less than 20 lines of code.

Dependencies

Requires pyqt5 and python3 installed. Packages vary upon distributions.

Requires rxvt-unicode to be installed. Can also be named as urxvt depending on a distribution.

Functionalities include the standard rxvt-unicode functionalities. Customizations are done with Xresources file, which is supplied with the project.

For more information and download, see Simple Terminal Github project page.

Integrate terminal client to your desktop: the case of aterm

As I covered the case of top-down terminal tilda in an earlier post I had an idea to write a post about another terminal client which I used during the last few years. This terminal was called aterm: a nice program which you could literally integrate to your desktop.

Aterm is a great terminal to customize and I really recommend to check out the manual pages of aterm for more information: in terminal client(s) type: man aterm. Continue reading