Tilix: Advanced Tiling Terminal Emulator for Power Users

Do you ever get bored of the default terminal emulator that comes with your Linux distro? If your distro uses GNOME shell or something similar, chances are you are using GNOME terminal or one of its variants. Well, that works alright most of the time. But if you spend a lot of your time in front of a terminal emulator, you might feel the need for a little more than the default terminal emulators offer.

Today we are going to introduce Tilix (a.k.a. Terminix), an advanced GTK3 tiling terminal emulator. It follows the GNOME Human Interface Guidelines. So, if you are on GNOME desktop environment or its derivative, Tilix is going to look absolutely great.

Tilix Terminal Emulator

As mentioned, Tilix is a tiling terminal emulator. That means you can split your emulator window into multiple terminal panes. If you are familiar with tmux Tilix does something similar. Take a look: 

Tilix Interface
Tilix Interface

You can also drag & drop the terminals for re-arranging them both within and outside the window. It all feels totally intuitive and natural. But that’s not all. You can also create multiple sessions within a single instance of Tilix and switch between them using a sliding sidebar.

Tilix with Multiple Sessions
Tilix with Multiple Sessions

Tilix has excellent support for keyboard shortcuts. If you want, you can navigate every part of Tilix without ever touching the mouse. You can customize the shortcuts easily from the Preferences settings.

Another great thing about Tilix is its color support. It has a several cool color schemes built-in. But if you need something different, you can always change the color palette yourself.

Tilix Preferences Settings
Tilix Preferences Settings
 

Tilix is highly customizable. There are lots of customization options in the Preferences settings. So, if you want to personalize it to bits, feel free to navigate through the options.

Tilix Features

Tilix offers some really exciting and useful features. Here’s a list of main features of Tilix:

  • Multiple split panes support
  • Multiple session within single instance
  • Drag & drop terminal panes
  • Supports for Profiles
  • Excellent support for keyboard shortcuts
  • Drop-down terminal mode (Quake)
  • Customizable theme & color schemes
  • Window style options
  • Extremely intuitive and user-friendly

There are even more features available, such as – Custom links, Background Image support, Notifications, Badges, Automatic profile switching, Triggers etc. Some of them are experimental. You can find more information at the FAQ and Documentation section of the Tilix official website:

Tilix FAQ       Tilix Documentation

Using Tilix as drop-down Terminal

Tilix also has a drop-down terminal mode named Quake.

Tilix Quake Mode
Tilix Quake Mode

For using Tilix as a drop-down terminal, create a system keyboard shortcut that triggers this command:

tilix --quake
Tilix Quake Shortcut
Tilix Quake Shortcut

Install Tilix in Ubuntu based Linux distributions

If you use Ubuntu or other Linux distributions based on Ubuntu such as Linux Mint, you can also install it use Tilix PPA, though it might not be the latest version available. All you need to do is entering these commands:

sudo add-apt-repository ppa:webupd8team/terminix
sudo apt update
sudo apt install tilix

Installing Tilix in other Linux distributions

Installing Tilix is a fairly simple process. First, you will need to download the latest *.zip release file from the GitHub Release page:

Tilix GitHub Releases

It will be named tilix.zip. After downloading, extract the zip archive in the root directory of you system:

sudo unzip tilix.zip -d /

And compile the schemas:

sudo glib-compile-schemas /usr/share/glib-2.0/schemas/

That’s all. Now you can find Tilix on your application launcher.

That should do it.


Does Tilix seem like something you were searching for, or want to use? Is there any other terminal emulator that you prefer to use?

0 (0)
Article Rating (No Votes)
Rate this article
Attachments
There are no attachments for this article.
Comments
There are no comments for this article. Be the first to post a comment.
Full Name
Email Address
Security Code Security Code
Related Articles RSS Feed
awk printf
Viewed 14393 times since Wed, Aug 19, 2020
How to find the largest files and directories in Linux?
Viewed 2981 times since Sun, May 20, 2018
logrotate - rotates, compresses, and mails system logs.
Viewed 1502 times since Fri, Nov 30, 2018
How to use yum-cron to automatically update RHEL/CentOS Linux
Viewed 2424 times since Wed, Oct 17, 2018
LVM basic
Viewed 1966 times since Sat, Jun 2, 2018
Logrotate Example for Custom Logs
Viewed 2292 times since Sun, Jan 12, 2020
Linux - How to get CPU information
Viewed 1723 times since Fri, Jun 8, 2018
RHEL : How to deal with “CLOSE_WAIT” and “TIME_WAIT” connection
Viewed 24868 times since Thu, Feb 14, 2019
Do you Know These 5 Use of V$session View ?
Viewed 98451 times since Thu, Jun 21, 2018
ubuntu How to reset lost root password on Ubuntu 16.04 Xenial Xerus Linux
Viewed 7972 times since Tue, Dec 8, 2020