Center or Cycle the current window by one third of the screen via a keyboard shortcut.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Version | Status |
---|---|
10 | Active |
9 | Rejected |
8 | Active |
7 | Active |
6 | Rejected |
5 | Active |
4 | Active |
3 | Active |
2 | Active |
1 | Rejected |
Please remove package-lock.json and package.json files and your extension will be approved: https://gjs.guide/extensions/review-guidelines/review-guidelines.html#don-t-include-unnecessary-files
oh didn't realise the zip file was zipping them, i was excluding them from gitignore but not from zip. thanks just resubmitted it.
It's better to exclude `*.zip` in your .gitignore and use `gnome-extensions pack` command to create packages for ego. btw, I saw your Makefile. Don't need to use zip and glib-compile-schemas there. `gnome-extensions` command can do all. I have a bash script in my repo for build and install: https://gitlab.gnome.org/jrahmatzadeh/just-perfection/-/blob/main/scripts/build.sh If you need any help with your extension you can ask us on: GNOME Matrix channel: https://matrix.to/#/#extensions:gnome.org IRC Bridge: irc://irc.gimpnet.org/shell-extensions
Perfect thanks, I have been using a Makefile with now explicit files to include but I may switch to your method! thank you,