Created
February 16, 2017 21:29
-
-
Save anonymous/bf5883337ef9772a047499cbc333af42 to your computer and use it in GitHub Desktop.
Hacking on gnome-terminator
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get install bzr python python-vte python-psutil | |
bzr branch lp:terminator | |
./terminator # it works ! | |
hacking can begin, for example type `self.text = '<>< ' + text + ' ><>` in `WindowTitle.set_title' of `window.py` | |
then title will always begin with "<>< " |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment