Minimize/unminimize all open windows with a single click. Features: * customize indicator image * customize indicator position on panel (6 different positions available) * enable a custom shortcut * enable a different behavior by toggling a switch (hide everything but the focused window) * touch support (a bit buggy unfortunately)
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Version | Status |
---|---|
44 | Active |
43 | Rejected |
42 | Inactive |
41 | Inactive |
40 | Inactive |
39 | Inactive |
38 | Rejected |
37 | Inactive |
36 | Inactive |
35 | Inactive |
34 | Inactive |
33 | Inactive |
32 | Active |
31 | Inactive |
30 | Inactive |
29 | Inactive |
28 | Rejected |
27 | Inactive |
26 | Inactive |
25 | Inactive |
24 | Inactive |
23 | Inactive |
22 | Inactive |
21 | Rejected |
20 | Inactive |
19 | Inactive |
18 | Inactive |
17 | Active |
16 | Inactive |
15 | Inactive |
14 | Inactive |
13 | Rejected |
12 | Rejected |
11 | Rejected |
10 | Inactive |
9 | Rejected |
8 | Rejected |
7 | Inactive |
6 | Inactive |
5 | Inactive |
4 | Inactive |
3 | Inactive |
2 | Inactive |
1 | Inactive |
Why can't I keep it now? :(
btw, please fix the description for unwanted characters.
pot files aren't need for the ego packages: https://gjs.guide/extensions/review-guidelines/review-guidelines.html#don-t-include-unnecessary-files
Oh. I see. Thank you!
To avoid that, you can remove all compiled files from your repo and use po folder there. For example, 1. Create `po` folder with .po and .pot files: https://gitlab.gnome.org/jrahmatzadeh/just-perfection/-/tree/main/po 2. Now you can build your package with this command: ```bash gnome-extensions pack . --force --podir="po" ``` You can also use my scripts for that: https://gitlab.gnome.org/jrahmatzadeh/just-perfection/-/tree/main/scripts Same for schemas compiled file which can get compiled automatically by `gnome-extensions pack`. You don't need it on the repo. Let me know if you need any help with that.
Thank you JustPi. I bookmark this.