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
Linux How to reset a root password on Fedora
Viewed 3504 times since Sun, Dec 6, 2020
Turbocharge PuTTY with 12 Powerful Add-Ons – Software for Geeks #3
Viewed 16015 times since Sun, Sep 30, 2018
bash mistakes This page is a compilation of common mistakes made by bash users. Each example is flawed in some way.
Viewed 10039 times since Sun, Dec 6, 2020
How to use yum-cron to automatically update RHEL/CentOS Linux 6.x / 7.x
Viewed 6104 times since Tue, Dec 4, 2018
List usernames instead of uids with the ps command for long usernames
Viewed 3290 times since Wed, Jul 25, 2018
6 rsync Examples to Exclude Multiple Files and Directories using exclude-from
Viewed 6774 times since Wed, Oct 31, 2018
RHEL7 slow ssh login
Viewed 5350 times since Tue, Aug 6, 2019
How setting the TZ environment variable avoids thousands of system calls
Viewed 11150 times since Mon, May 21, 2018
LVM: Remove an existing Volume Group
Viewed 6335 times since Sat, Jun 2, 2018
How to enable automatic security updates on CentOS 7 with yum-cron
Viewed 3364 times since Fri, Oct 26, 2018