khimaros / smart-auto-move

Smart Auto Move learns the size and position of your application windows and restores them to the correct place on subsequent launches. Supports Wayland.
https://extensions.gnome.org/extension/4736/smart-auto-move/
GNU General Public License v3.0
79 stars 4 forks source link

add ability to include or exclude specific apps #2

Closed GDXbsv closed 2 years ago

GDXbsv commented 2 years ago

For example, i am using extension https://extensions.gnome.org/extension/3780/ddterm/.

And smart-auto-move always move it to the first workspace, but I need it in the current.

This is super extension, but black list would make it superior.

terencode commented 2 years ago

Maybe also the ability to exclude all apps and choose which ones to allow (allowlist <-> denylist).

khimaros commented 2 years ago

thank you for the request, this is near the top of my priority list.

khimaros commented 2 years ago

low level support for this has been implemented in https://github.com/khimaros/smart-auto-move/commit/f57cc5ff0cf3257436d8689a0b52636cdebf9e77 and has been uploaded to extension store for review.

it should be included in version 6 of the extension. there is currently no GUI for changing these settings, so please take a look at https://github.com/khimaros/smart-auto-move/blob/master/README.md#settings

khimaros commented 2 years ago

version 6 has now been published to https://extensions.gnome.org/extension/4736/smart-auto-move/

please try it out using the manual dconf settings and let me know if the documentation is clear and fulfills your needs.

khimaros commented 2 years ago

filed https://github.com/khimaros/smart-auto-move/issues/4 to track the preferences GUI for this

GDXbsv commented 2 years ago

It works Thank you for your job