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
#! /usr/bin/python | |
""" | |
To install, you may paste this at your terminal command prompt: | |
mkdir ~/bin | |
wget https://gist.github.com/lukestanley/5922793/raw/hide_firefox_titlebar_on_ubuntu_linux.py | |
mv hide_firefox_titlebar_on_ubuntu_linux.py fixfox; chmod +x fixfox | |
Then, you may simple enter fixfox, to run it. | |
""" |