Skip to content

Instantly share code, notes, and snippets.

View lukestanley's full-sized avatar

Luke Stanley lukestanley

View GitHub Profile
@lukestanley
lukestanley / hide_firefox_titlebar_on_ubuntu_linux.py
Last active April 22, 2022 11:47 — forked from unhammer/window-toggle-decorations.py
A quick script to hide the window decoration for Firefox, for on Ubuntu systems like Xubunu, where Firefox can look ugly compared to Chrome/Chromium, taking up unneeded space with it's title bar.
#! /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.
"""