October 9, 2018

Toggle-Terminator

Posted on October 9, 2018  •  2 minutes  • 260 words

Make Terminator Terminal Act Like Guake/Yakuake Terminal in UBUNTU

Many of us might have come across our favourite tools lakes some features, This is something like that turn out to be this repo that implemented a toggle functionality to the terminator.

Check out the git repo :

Star

Install Dependencies

sudo apt-get install xdotool wmctrl

Clone the repository

git clone https://github.com/sonus/toggle-terminator.git ~/toggle-terminator

Change Directory to toggle-terminator

cd ~/toggle-terminator

Make the python script an executable

chmod +x toggle_visibility.sh

Copy the Realpath of the python script

realpath toggle_visibility.sh #Copy the output text

Now we need to create a custom keyboard shortcut using System settings

Thats it :)

Just press F12, terminator will appear in front of you. Pressing it once more it will hide.

Note

All credits License own by the following folks

Follow me

...