Flick from the right to get the Overview. This extension was revived to GNOME 45 from the original, https://extensions.gnome.org/extension/1088/overview-now/ Original description: This is my first extension. Thanks, GNOME!. Based on "Slide for Keyboard", https://extensions.gnome.org/extension/993/slide-for-keyboard/ Why did I do this? Well, if you do a gesture with your thumb, on your touchscreen, from the right to the center, you'll get the Overview. If you do that, your thumb will be placed in the Desktop selector, so you will be able to move between desktops with your thumb. Perfect! This is also easier to trigger than the default GNOME gesture (three fingers closing).
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
1. Please remove `stylesheet.css` since you are not using it: https://gjs.guide/extensions/review-guidelines/review-guidelines.html#don-t-include-unnecessary-files 2. Move line 11 (extension.js) to enable and null that out in disable: https://gjs.guide/extensions/review-guidelines/review-guidelines.html#destroy-all-objects 3. Disconnect the signal on disable (line 18 extension.js): https://gjs.guide/extensions/review-guidelines/review-guidelines.html#disconnect-all-signals