Skip to content

Commit

Permalink
Bump v3
Browse files Browse the repository at this point in the history
  • Loading branch information
surefire committed Oct 11, 2020
1 parent 427e53e commit 33da039
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 10 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
```bash
git clone https://github.com/repsac-by/gnome-shell-extension-quake-mode.git

cp -rt ~/.local/share/gnome-shell/extensions gnome-shell-extension-quake-mode/[email protected]
cd gnome-shell-extension-quake-mode

gnome-shell-extension-prefs [email protected]
gnome-extensions pack [email protected] --extra-source={quakemodeapp,util}.js

gnome-shell-extension-tool -e [email protected]
gnome-extensions install [email protected].shell-extension.zip
```

## Know issues
Expand Down
Binary file not shown.
4 changes: 2 additions & 2 deletions [email protected]/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "quake-mode",
"description": "Drop-down mode for any application",
"uuid": "[email protected]",
"shell-version": ["3.26", "3.28", "3.30", "3.38"],
"version": 2,
"shell-version": ["3.34", "3.36", "3.38"],
"version": 3,
"url": "https://github.com/repsac-by/gnome-shell-extension-quake-mode"
}
7 changes: 2 additions & 5 deletions [email protected]/quakemodeapp.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,9 @@

/* exported QuakeModeApp, state */

const Gdk = imports.gi.Gdk;
const GLib = imports.gi.GLib;
const Shell = imports.gi.Shell;
const { Clutter, Gdk, GLib, Shell } = imports.gi;

const Main = imports.ui.main;
const Clutter = imports.gi.Clutter;
const Main = imports.ui.main;

const Me = imports.misc.extensionUtils.getCurrentExtension();
const { getSettings, on, once } = Me.imports.util;
Expand Down
Binary file removed [email protected]/schemas/gschemas.compiled
Binary file not shown.

0 comments on commit 33da039

Please sign in to comment.