Smart Auto Move learns the position, size, and workspace of your application windows and restores them on subsequent launches. Supports Wayland. NOTE: Optimized for use with static workspaces. For more control, set the default behavior to IGNORE and then selectively RESTORE only desired apps. KNOWN ISSUES: Multi-monitor is not yet well supported. You may need to manually delete Saved Windows in preferences after adding or removing a display.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Version | Status |
---|---|
28 | Active |
27 | Active |
26 | Active |
25 | Inactive |
24 | Rejected |
23 | Rejected |
22 | Rejected |
21 | Rejected |
20 | Active |
19 | Inactive |
18 | Inactive |
17 | Inactive |
16 | Inactive |
15 | Inactive |
14 | Inactive |
13 | Inactive |
12 | Inactive |
11 | Inactive |
10 | Inactive |
9 | Inactive |
8 | Inactive |
7 | Rejected |
6 | Inactive |
5 | Inactive |
4 | Inactive |
3 | Inactive |
2 | Rejected |
1 | Rejected |
sorry, a few files here are actually unused: ui/prefs.ui ui/*.ui~ i can remove these in the next version if you don't mind. it shouldn't affect behavior at all.
1. Your extension is supporting 41. Why are you using gtk3 for prefs template files (unused files)? Future support for GNOME Shell 3.3x? 2. Please remove all unused files for the next version. Especially those ones that ends with `~`: https://gjs.guide/extensions/review-guidelines/review-guidelines.html#don-t-include-unnecessary-files
the gtk3 files are generated by glade which is what i'm using to build the interface. the Makefile has targets for generating the gtk4 files. i'll try to take a pass at cleaning up the unused files.