Skip to content

Instantly share code, notes, and snippets.

Created February 16, 2017 21:29
Show Gist options
  • Save anonymous/bf5883337ef9772a047499cbc333af42 to your computer and use it in GitHub Desktop.
Save anonymous/bf5883337ef9772a047499cbc333af42 to your computer and use it in GitHub Desktop.
Hacking on gnome-terminator
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