Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Favorite Process List #385

Closed
LOuroboros opened this issue Jun 7, 2022 · 3 comments
Closed

[Feature Request] Favorite Process List #385

LOuroboros opened this issue Jun 7, 2022 · 3 comments
Labels
enhancement New feature or request

Comments

@LOuroboros
Copy link

LOuroboros commented Jun 7, 2022

It would be cool if Magpie had in its configuration a list of processes that could be edited by the user that would be read whenever an application is first opened,
If this application's process name is present on the list, Magpie would then scale it automatically without having the user do so manually through Alt + F11.
It would complement the "Restore Fullscreen when Source Window Regains Focus" option nicely, in my opinion.

So, to put an example, the user could open Magpie's Options, go to the "Fav. Process" tab or whatever, and then there would be a list with the processes currently added, and then there would be a text field to add new process names.
If I had "Game.exe" added to that list for example, Magpie would then automatically scale it once I opened the executable file that creates a process with that same name 👀

@LOuroboros LOuroboros added the enhancement New feature or request label Jun 7, 2022
@Blinue
Copy link
Owner

Blinue commented Jun 7, 2022

Thank you. This is a duplicate of #193.

I'm about to implement this (or something similar) in v0.10. I am not sure how to identify a window/process, since an executable file may generate multiple processes and a process may have multiple windows.

@nitanmarcel
Copy link

nitanmarcel commented Oct 3, 2022

Thank you. This is a duplicate of #193.

I'm about to implement this (or something similar) in v0.10. I am not sure how to identify a window/process, since an executable file may generate multiple processes and a process may have multiple windows.

Should pe possible to get the root window. One of the possible ways to do this is https://stackoverflow.com/a/6202623

Stack Overflow
I have injected my dll into process. How can I get Main window handle of host application?

@Blinue
Copy link
Owner

Blinue commented Mar 25, 2023

Implemented in v0.10 🎉

@Blinue Blinue closed this as completed Mar 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants