diff options
author | Sylvain Pineau <sylvain.pineau@canonical.com> | 2020-07-13 13:12:44 +0200 |
---|---|---|
committer | Sylvain Pineau <sylvain.pineau@canonical.com> | 2020-07-13 13:12:44 +0200 |
commit | 11513071a3149a54cf19ba7bb9c401ccf7c3c69b (patch) | |
tree | c2282c89b53c6497052dd7bc570cb0de67655c4e /bin | |
parent | fb3c19a57fa867af1e6e6badac5c4b2dd1750ec9 (diff) |
bin:manage_compiz_plugin -> manage_compiz_plugin.py
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/manage_compiz_plugin.py (renamed from bin/manage_compiz_plugin) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/manage_compiz_plugin b/bin/manage_compiz_plugin.py index 9650a9d..03c0ed8 100755 --- a/bin/manage_compiz_plugin +++ b/bin/manage_compiz_plugin.py @@ -18,8 +18,8 @@ # You should have received a copy of the GNU General Public License # along with Checkbox. If not, see <http://www.gnu.org/licenses/>. """ -manage_compiz_plugin -==================== +manage_compiz_plugin.py +======================= This script allows enabling or disabling compiz plugins using gsettings. Changes take effect on the fly. |