No Titlebar When Maximized is a GNOME Shell extension that hides the classic title bar of maximized X.Org windows. It is a rewrite of Pixel Saver with a focus on simplification. In particular, it does not modify the core shell UI.
It requires the xprop
command to be installed in order to function.
xprop
command.For information on creating and debugging a GNOME extension, see the official documentation.
Dependencies for this project are managed using npm:
npm run format
.npm run lint
.npm run build
.Unfortunately, this extention does not work correctly in a nested session. Here is the workflow that I use for development:
npm run uninstall
).version
number in metadata.json
.npm run build
) and install that local build (npm run install-local
).journalctl /usr/bin/gnome-shell -f
.npm run format
) and lint (npm run lint
) as I go so that my local build is ready for submission.npm run uninstall
) and reinstall from GNOME Extentions.Bug reports and pull requests are welcome on GitHub.
This extension is available as open source under the terms of the GNU General Public License v2.0 or later .