Bringing back vertically stacked workspaces
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Version | Status |
---|---|
10 | Active |
9 | Active |
8 | Active |
7 | Rejected |
6 | Active |
5 | Inactive |
4 | Inactive |
3 | Rejected |
2 | Rejected |
1 | Rejected |
Thanks! You can also add this to metadata.json: "settings-schema": "org.gnome.shell.extensions.vertical-overview", After that you don't need to pass the schema id every time you call it. You only need to do this: ExtensionUtils.getSettings(); It's okay with passing schema id though. Just a recommendation.
Thanks for the quick review! That is good tip, I'll remember that for the next version.