-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
/*global global, log */ // <-- jshint | ||
/*jshint maxlen: 150 */ | ||
/* @overview | ||
* Pixel Saver v1.0 | ||
/* Maximus Two v5, based on... | ||
* @overview | ||
* Pixel Saver 7 | ||
* Amaury SECHET <[email protected]> | ||
* Other contributors: | ||
* - Amy Chan <[email protected]> | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,11 @@ | ||
{ | ||
"_generated": "Generated by SweetTooth, do not edit", | ||
"description": "Removes the title bar on maximised windows.\n Based on Pixel Saver (use Window Buttons to get the buttons (you can configure them then)\n You should be able to use the original Maximus extension if you have 3.4 or 3.6\nPlease report bugs on the github issues page: https://github.com/wilfm/GnomeExtensionMaximusTwo/issues\nNote you need xprop installed for this to work - see the github page for help with which package to install.", | ||
"name": "Maximus Two", | ||
"_generated": "Generated by SweetTooth, do not edit", | ||
"description": "Removes the title bar on maximised windows.\n Based on Pixel Saver (use Window Buttons to get the buttons (you can configure them then)\n You should be able to use the original Maximus extension if you have 3.4 or 3.6\nPlease report bugs on the github issues page: https://github.com/wilfm/GnomeExtensionMaximusTwo/issues\nNote you need xprop installed for this to work - see the github page for help with which package to install.", | ||
"name": "Maximus Two", | ||
"shell-version": [ | ||
"3.12", | ||
"3.14" | ||
], | ||
"url": "https://github.com/wilfm/GnomeExtensionMaximusTwo", | ||
"uuid": "[email protected]", | ||
"version": 4 | ||
} | ||
"3.16" | ||
], | ||
"url": "https://github.com/wilfm/GnomeExtensionMaximusTwo", | ||
"uuid": "[email protected]", | ||
"version": 5 | ||
} |