-
Notifications
You must be signed in to change notification settings - Fork 34
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
surefire
committed
Oct 11, 2020
1 parent
427e53e
commit 33da039
Showing
5 changed files
with
7 additions
and
10 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 |
---|---|---|
|
@@ -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 | ||
|
Binary file not shown.
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 |
---|---|---|
|
@@ -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" | ||
} |
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
Binary file not shown.